Html Css Color HEX #BB6FEF Medium Orchid

📋 copy color: '#BB6FEF'

red 187 ◦ green 111 ◦ blue 239

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

Shades of Medium Orchid #BB6FEF

Tints of Medium Orchid #BB6FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 34.82%
G = 20.67%
B = 44.51%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB6FEF (or 0xBB6FEF) is known color: Medium Orchid. HEX triplet: BB, 6F and EF. RGB value is (187,111,239). Sum of RGB (Red+Green+Blue) = 187+111+239=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FEF is #449010. Grayscale: #939393. Windows color (decimal): -4493329 or 15691707. OLE color: 15691707.

HSL color Cylindrical-coordinate representation of color #BB6FEF: hue angle of 275.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6FEF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 111 239 -
CMYK 0.22 0.54 0 0.06
HSL 275.63º 0.8% 0.69% -
HSV(B) 275.63º 0.54% 0.94% -
XYZ 41.76 28.17 84.9 -
YUV 148.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 187 111 239 0.22 0.54 0 0.06 275.63 0.8 0.69
Hex BB 6F EF 16 36 0 6 114 50 45
Octal 273 157 357 26 66 0 6 424 120 105
Binary 10111011 1101111 11101111 10110 110110 0 110 100010100 1010000 1000101

Color Harmonies of #BB6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FEF

Black with #BB6FEF

Text Example


Text Example

White with #BB6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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