Html Css Color HEX #BB6FEC Medium Orchid

📋 copy color: '#BB6FEC'

red 187 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #BB6FEC

Tints of Medium Orchid #BB6FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 35.02%
G = 20.79%
B = 44.19%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB6FEC (or 0xBB6FEC) is known color: Medium Orchid. HEX triplet: BB, 6F and EC. RGB value is (187,111,236). Sum of RGB (Red+Green+Blue) = 187+111+236=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FEC is #449013. Grayscale: #939393. Windows color (decimal): -4493332 or 15495099. OLE color: 15495099.

HSL color Cylindrical-coordinate representation of color #BB6FEC: hue angle of 276.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6FEC is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 111 236 -
CMYK 0.21 0.53 0 0.07
HSL 276.48º 0.77% 0.68% -
HSV(B) 276.48º 0.53% 0.93% -
XYZ 41.32 27.99 82.58 -
YUV 147.97 177.68 155.84 -
System Red Green Blue C M Y K H S L
Decimal 187 111 236 0.21 0.53 0 0.07 276.48 0.77 0.68
Hex BB 6F EC 15 35 0 7 114 4D 44
Octal 273 157 354 25 65 0 7 424 115 104
Binary 10111011 1101111 11101100 10101 110101 0 111 100010100 1001101 1000100

Color Harmonies of #BB6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FEC

Black with #BB6FEC

Text Example


Text Example

White with #BB6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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