Html Css Color HEX #BB6BD3 Medium Orchid

📋 copy color: '#BB6BD3'

red 187 ◦ green 107 ◦ blue 211

#BB6BD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB6BD3

Tints of Medium Orchid #BB6BD3

RGB

 RED value IS 187 (73.44% from 255) = 37.03%

 GREEN value IS 107 (42.19% from 255) = 21.19%

 BLUE value IS 211 (82.81% from 255) = 41.78%

R = 37.03%
G = 21.19%
B = 41.78%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB6BD3 (or 0xBB6BD3) is known color: Medium Orchid. HEX triplet: BB, 6B and D3. RGB value is (187,107,211). Sum of RGB (Red+Green+Blue) = 187+107+211=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB6BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BD3 is #44942C. Grayscale: #8E8E8E. Windows color (decimal): -4494381 or 13855675. OLE color: 13855675.

HSL color Cylindrical-coordinate representation of color #BB6BD3: hue angle of 286.15º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6BD3 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 107 211 -
CMYK 0.11 0.49 0 0.17
HSL 286.15º 0.54% 0.62% -
HSV(B) 286.15º 0.49% 0.83% -
XYZ 37.51 25.78 64.63 -
YUV 142.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 187 107 211 0.11 0.49 0 0.17 286.15 0.54 0.62
Hex BB 6B D3 B 31 0 11 11E 36 3E
Octal 273 153 323 13 61 0 21 436 66 76
Binary 10111011 1101011 11010011 1011 110001 0 10001 100011110 110110 111110

Color Harmonies of #BB6BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BD3

Black with #BB6BD3

Text Example


Text Example

White with #BB6BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BD3; }

 p { color: rgb(187,107,211); }

 H1.HeaderClassName
 {
   color: #BB6BD3;
 }
 .AnyTagClassName
 {
   color: #BB6BD3;
 }
</style>

background-color css

<style>
 a { background-color: #BB6BD3; }

 a { background-color: rgb(187,107,211); }

 div.DivClassName
 {
   background-color: #BB6BD3;
 }
 .BgClassName
 {
   background-color: #BB6BD3;
 }
</style>

border-color css

<style>
 span { border-color: #BB6BD3; }

 span { border-color: rgb(187,107,211); }

 td.TdClassName
 {
   border-color: #BB6BD3;
 }
 .TagClassName
 {
   border-color: #BB6BD3;
 }
</style>