Html Css Color HEX #BB3FEB Medium Orchid

📋 copy color: '#BB3FEB'

red 187 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #BB3FEB

Tints of Medium Orchid #BB3FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.99%

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

R = 38.56%
G = 12.99%
B = 48.45%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB3FEB (or 0xBB3FEB) is known color: Medium Orchid. HEX triplet: BB, 3F and EB. RGB value is (187,63,235). Sum of RGB (Red+Green+Blue) = 187+63+235=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB3FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FEB is #44C014. Grayscale: #777777. Windows color (decimal): -4505621 or 15417275. OLE color: 15417275.

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

Color convert

RGB 187 63 235 -
CMYK 0.20 0.73 0 0.08
HSL 283.26º 0.81% 0.58% -
HSV(B) 283.26º 0.73% 0.92% -
XYZ 37.27 20.12 80.52 -
YUV 119.68 193.08 176.01 -
System Red Green Blue C M Y K H S L
Decimal 187 63 235 0.20 0.73 0 0.08 283.26 0.81 0.58
Hex BB 3F EB 14 49 0 8 11B 51 3A
Octal 273 77 353 24 111 0 10 433 121 72
Binary 10111011 111111 11101011 10100 1001001 0 1000 100011011 1010001 111010

Color Harmonies of #BB3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FEB

Black with #BB3FEB

Text Example


Text Example

White with #BB3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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