Html Css Color HEX #BB5BEA Medium Orchid

📋 copy color: '#BB5BEA'

red 187 ◦ green 91 ◦ blue 234

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

Shades of Medium Orchid #BB5BEA

Tints of Medium Orchid #BB5BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 36.52%
G = 17.77%
B = 45.7%

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

#BB5BEA (or 0xBB5BEA) is known color: Medium Orchid. HEX triplet: BB, 5B and EA. RGB value is (187,91,234). Sum of RGB (Red+Green+Blue) = 187+91+234=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB5BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BEA is #44A415. Grayscale: #878787. Windows color (decimal): -4498454 or 15358907. OLE color: 15358907.

HSL color Cylindrical-coordinate representation of color #BB5BEA: hue angle of 280.28º degrees, saturation: 0.77, 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 #BB5BEA is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 91 234 -
CMYK 0.20 0.61 0 0.08
HSL 280.28º 0.77% 0.64% -
HSV(B) 280.28º 0.61% 0.92% -
XYZ 39.09 23.99 80.41 -
YUV 136.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 187 91 234 0.20 0.61 0 0.08 280.28 0.77 0.64
Hex BB 5B EA 14 3D 0 8 118 4D 40
Octal 273 133 352 24 75 0 10 430 115 100
Binary 10111011 1011011 11101010 10100 111101 0 1000 100011000 1001101 1000000

Color Harmonies of #BB5BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BEA

Black with #BB5BEA

Text Example


Text Example

White with #BB5BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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