Html Css Color HEX #BB6BDC Medium Orchid

📋 copy color: '#BB6BDC'

red 187 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #BB6BDC

Tints of Medium Orchid #BB6BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 36.38%
G = 20.82%
B = 42.8%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB6BDC (or 0xBB6BDC) is known color: Medium Orchid. HEX triplet: BB, 6B and DC. RGB value is (187,107,220). Sum of RGB (Red+Green+Blue) = 187+107+220=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BDC is #449423. Grayscale: #8F8F8F. Windows color (decimal): -4494372 or 14445499. OLE color: 14445499.

HSL color Cylindrical-coordinate representation of color #BB6BDC: hue angle of 282.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6BDC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 107 220 -
CMYK 0.15 0.51 0 0.14
HSL 282.48º 0.62% 0.64% -
HSV(B) 282.48º 0.51% 0.86% -
XYZ 38.67 26.25 70.74 -
YUV 143.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 187 107 220 0.15 0.51 0 0.14 282.48 0.62 0.64
Hex BB 6B DC F 33 0 E 11A 3E 40
Octal 273 153 334 17 63 0 16 432 76 100
Binary 10111011 1101011 11011100 1111 110011 0 1110 100011010 111110 1000000

Color Harmonies of #BB6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BDC

Black with #BB6BDC

Text Example


Text Example

White with #BB6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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