Html Css Color HEX #BB5BEB Medium Orchid

📋 copy color: '#BB5BEB'

red 187 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #BB5BEB

Tints of Medium Orchid #BB5BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.74%

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

R = 36.45%
G = 17.74%
B = 45.81%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB5BEB (or 0xBB5BEB) is known color: Medium Orchid. HEX triplet: BB, 5B and EB. RGB value is (187,91,235). Sum of RGB (Red+Green+Blue) = 187+91+235=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BEB is #44A414. Grayscale: #878787. Windows color (decimal): -4498453 or 15424443. OLE color: 15424443.

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

Color convert

RGB 187 91 235 -
CMYK 0.20 0.61 0 0.08
HSL 280º 0.78% 0.64% -
HSV(B) 280º 0.61% 0.92% -
XYZ 39.23 24.05 81.17 -
YUV 136.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 187 91 235 0.20 0.61 0 0.08 280 0.78 0.64
Hex BB 5B EB 14 3D 0 8 118 4E 40
Octal 273 133 353 24 75 0 10 430 116 100
Binary 10111011 1011011 11101011 10100 111101 0 1000 100011000 1001110 1000000

Color Harmonies of #BB5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BEB

Black with #BB5BEB

Text Example


Text Example

White with #BB5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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