Html Css Color HEX #BB6CD3 Medium Orchid

📋 copy color: '#BB6CD3'

red 187 ◦ green 108 ◦ blue 211

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

Shades of Medium Orchid #BB6CD3

Tints of Medium Orchid #BB6CD3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

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

R = 36.96%
G = 21.34%
B = 41.7%

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

#BB6CD3 (or 0xBB6CD3) is known color: Medium Orchid. HEX triplet: BB, 6C and D3. RGB value is (187,108,211). Sum of RGB (Red+Green+Blue) = 187+108+211=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB6CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CD3 is #44932C. Grayscale: #8F8F8F. Windows color (decimal): -4494125 or 13855931. OLE color: 13855931.

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

Color convert

RGB 187 108 211 -
CMYK 0.11 0.49 0 0.17
HSL 286.02º 0.54% 0.63% -
HSV(B) 286.02º 0.49% 0.83% -
XYZ 37.61 25.99 64.66 -
YUV 143.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 187 108 211 0.11 0.49 0 0.17 286.02 0.54 0.63
Hex BB 6C D3 B 31 0 11 11E 36 3F
Octal 273 154 323 13 61 0 21 436 66 77
Binary 10111011 1101100 11010011 1011 110001 0 10001 100011110 110110 111111

Color Harmonies of #BB6CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CD3

Black with #BB6CD3

Text Example


Text Example

White with #BB6CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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