Html Css Color HEX #BB5CEA Medium Orchid

📋 copy color: '#BB5CEA'

red 187 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #BB5CEA

Tints of Medium Orchid #BB5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

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

R = 36.45%
G = 17.93%
B = 45.61%

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

#BB5CEA (or 0xBB5CEA) is known color: Medium Orchid. HEX triplet: BB, 5C and EA. RGB value is (187,92,234). Sum of RGB (Red+Green+Blue) = 187+92+234=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CEA is #44A315. Grayscale: #888888. Windows color (decimal): -4498198 or 15359163. OLE color: 15359163.

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

Color convert

RGB 187 92 234 -
CMYK 0.20 0.61 0 0.08
HSL 280.14º 0.77% 0.64% -
HSV(B) 280.14º 0.61% 0.92% -
XYZ 39.17 24.16 80.44 -
YUV 136.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 187 92 234 0.20 0.61 0 0.08 280.14 0.77 0.64
Hex BB 5C EA 14 3D 0 8 118 4D 40
Octal 273 134 352 24 75 0 10 430 115 100
Binary 10111011 1011100 11101010 10100 111101 0 1000 100011000 1001101 1000000

Color Harmonies of #BB5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CEA

Black with #BB5CEA

Text Example


Text Example

White with #BB5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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