Html Css Color HEX #BB6BDF Medium Orchid

📋 copy color: '#BB6BDF'

red 187 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #BB6BDF

Tints of Medium Orchid #BB6BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 36.17%
G = 20.7%
B = 43.13%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6BDF (or 0xBB6BDF) is known color: Medium Orchid. HEX triplet: BB, 6B and DF. RGB value is (187,107,223). Sum of RGB (Red+Green+Blue) = 187+107+223=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BDF is #449420. Grayscale: #8F8F8F. Windows color (decimal): -4494369 or 14642107. OLE color: 14642107.

HSL color Cylindrical-coordinate representation of color #BB6BDF: hue angle of 281.38º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6BDF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 107 223 -
CMYK 0.16 0.52 0 0.13
HSL 281.38º 0.64% 0.65% -
HSV(B) 281.38º 0.52% 0.87% -
XYZ 39.07 26.41 72.85 -
YUV 144.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 187 107 223 0.16 0.52 0 0.13 281.38 0.64 0.65
Hex BB 6B DF 10 34 0 D 119 40 41
Octal 273 153 337 20 64 0 15 431 100 101
Binary 10111011 1101011 11011111 10000 110100 0 1101 100011001 1000000 1000001

Color Harmonies of #BB6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BDF

Black with #BB6BDF

Text Example


Text Example

White with #BB6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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