Html Css Color HEX #BB5FEB Medium Orchid

📋 copy color: '#BB5FEB'

red 187 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #BB5FEB

Tints of Medium Orchid #BB5FEB

RGB

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

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

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

R = 36.17%
G = 18.38%
B = 45.45%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB5FEB (or 0xBB5FEB) is known color: Medium Orchid. HEX triplet: BB, 5F and EB. RGB value is (187,95,235). Sum of RGB (Red+Green+Blue) = 187+95+235=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FEB is #44A014. Grayscale: #8A8A8A. Windows color (decimal): -4497429 or 15425467. OLE color: 15425467.

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

Color convert

RGB 187 95 235 -
CMYK 0.20 0.60 0 0.08
HSL 279.43º 0.78% 0.65% -
HSV(B) 279.43º 0.6% 0.92% -
XYZ 39.58 24.75 81.29 -
YUV 138.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 187 95 235 0.20 0.60 0 0.08 279.43 0.78 0.65
Hex BB 5F EB 14 3C 0 8 117 4E 41
Octal 273 137 353 24 74 0 10 427 116 101
Binary 10111011 1011111 11101011 10100 111100 0 1000 100010111 1001110 1000001

Color Harmonies of #BB5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FEB

Black with #BB5FEB

Text Example


Text Example

White with #BB5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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