Html Css Color HEX #BB38EC Medium Orchid

📋 copy color: '#BB38EC'

red 187 ◦ green 56 ◦ blue 236

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

Shades of Medium Orchid #BB38EC

Tints of Medium Orchid #BB38EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.69%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 39.04%
G = 11.69%
B = 49.27%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB38EC (or 0xBB38EC) is known color: Medium Orchid. HEX triplet: BB, 38 and EC. RGB value is (187,56,236). Sum of RGB (Red+Green+Blue) = 187+56+236=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB38EC is #44C713. Grayscale: #737373. Windows color (decimal): -4507412 or 15481019. OLE color: 15481019.

HSL color Cylindrical-coordinate representation of color #BB38EC: hue angle of 283.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB38EC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 56 236 -
CMYK 0.21 0.76 0 0.07
HSL 283.67º 0.83% 0.57% -
HSV(B) 283.67º 0.76% 0.93% -
XYZ 37.05 19.45 81.16 -
YUV 115.69 195.9 178.86 -
System Red Green Blue C M Y K H S L
Decimal 187 56 236 0.21 0.76 0 0.07 283.67 0.83 0.57
Hex BB 38 EC 15 4C 0 7 11C 53 39
Octal 273 70 354 25 114 0 7 434 123 71
Binary 10111011 111000 11101100 10101 1001100 0 111 100011100 1010011 111001

Color Harmonies of #BB38EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38EC

Black with #BB38EC

Text Example


Text Example

White with #BB38EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38EC; }

 p { color: rgb(187,56,236); }

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

background-color css

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

 a { background-color: rgb(187,56,236); }

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

border-color css

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

 span { border-color: rgb(187,56,236); }

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