Html Css Color HEX #BB6FDF Medium Orchid

📋 copy color: '#BB6FDF'

red 187 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #BB6FDF

Tints of Medium Orchid #BB6FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.31%

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

R = 35.89%
G = 21.31%
B = 42.8%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6FDF (or 0xBB6FDF) is known color: Medium Orchid. HEX triplet: BB, 6F and DF. RGB value is (187,111,223). Sum of RGB (Red+Green+Blue) = 187+111+223=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FDF is #449020. Grayscale: #929292. Windows color (decimal): -4493345 or 14643131. OLE color: 14643131.

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

Color convert

RGB 187 111 223 -
CMYK 0.16 0.50 0 0.13
HSL 280.71º 0.64% 0.65% -
HSV(B) 280.71º 0.5% 0.87% -
XYZ 39.5 27.26 72.99 -
YUV 146.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 187 111 223 0.16 0.50 0 0.13 280.71 0.64 0.65
Hex BB 6F DF 10 32 0 D 119 40 41
Octal 273 157 337 20 62 0 15 431 100 101
Binary 10111011 1101111 11011111 10000 110010 0 1101 100011001 1000000 1000001

Color Harmonies of #BB6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FDF

Black with #BB6FDF

Text Example


Text Example

White with #BB6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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