Html Css Color HEX #BB6CEB Medium Orchid

📋 copy color: '#BB6CEB'

red 187 ◦ green 108 ◦ blue 235

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

Shades of Medium Orchid #BB6CEB

Tints of Medium Orchid #BB6CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 35.28%
G = 20.38%
B = 44.34%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB6CEB (or 0xBB6CEB) is known color: Medium Orchid. HEX triplet: BB, 6C and EB. RGB value is (187,108,235). Sum of RGB (Red+Green+Blue) = 187+108+235=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB6CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CEB is #449314. Grayscale: #919191. Windows color (decimal): -4494101 or 15428795. OLE color: 15428795.

HSL color Cylindrical-coordinate representation of color #BB6CEB: hue angle of 277.32º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6CEB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 108 235 -
CMYK 0.20 0.54 0 0.08
HSL 277.32º 0.76% 0.67% -
HSV(B) 277.32º 0.54% 0.92% -
XYZ 40.85 27.29 81.71 -
YUV 146.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 187 108 235 0.20 0.54 0 0.08 277.32 0.76 0.67
Hex BB 6C EB 14 36 0 8 115 4C 43
Octal 273 154 353 24 66 0 10 425 114 103
Binary 10111011 1101100 11101011 10100 110110 0 1000 100010101 1001100 1000011

Color Harmonies of #BB6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CEB

Black with #BB6CEB

Text Example


Text Example

White with #BB6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CEB; }

 p { color: rgb(187,108,235); }

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

background-color css

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

 a { background-color: rgb(187,108,235); }

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

border-color css

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

 span { border-color: rgb(187,108,235); }

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