Html Css Color HEX #BB5FE2 Medium Orchid

📋 copy color: '#BB5FE2'

red 187 ◦ green 95 ◦ blue 226

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

Shades of Medium Orchid #BB5FE2

Tints of Medium Orchid #BB5FE2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.7%

 BLUE value IS 226 (88.67% from 255) = 44.49%

R = 36.81%
G = 18.7%
B = 44.49%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB5FE2 (or 0xBB5FE2) is known color: Medium Orchid. HEX triplet: BB, 5F and E2. RGB value is (187,95,226). Sum of RGB (Red+Green+Blue) = 187+95+226=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB5FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FE2 is #44A01D. Grayscale: #898989. Windows color (decimal): -4497438 or 14835643. OLE color: 14835643.

HSL color Cylindrical-coordinate representation of color #BB5FE2: hue angle of 282.14º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5FE2 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 95 226 -
CMYK 0.17 0.58 0 0.11
HSL 282.14º 0.69% 0.63% -
HSV(B) 282.14º 0.58% 0.89% -
XYZ 38.31 24.24 74.61 -
YUV 137.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 187 95 226 0.17 0.58 0 0.11 282.14 0.69 0.63
Hex BB 5F E2 11 3A 0 B 11A 45 3F
Octal 273 137 342 21 72 0 13 432 105 77
Binary 10111011 1011111 11100010 10001 111010 0 1011 100011010 1000101 111111

Color Harmonies of #BB5FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FE2

Black with #BB5FE2

Text Example


Text Example

White with #BB5FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FE2; }

 p { color: rgb(187,95,226); }

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

background-color css

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

 a { background-color: rgb(187,95,226); }

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

border-color css

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

 span { border-color: rgb(187,95,226); }

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