Html Css Color HEX #BB42E1 Medium Orchid

📋 copy color: '#BB42E1'

red 187 ◦ green 66 ◦ blue 225

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

Shades of Medium Orchid #BB42E1

Tints of Medium Orchid #BB42E1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.81%

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 39.12%
G = 13.81%
B = 47.07%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB42E1 (or 0xBB42E1) is known color: Medium Orchid. HEX triplet: BB, 42 and E1. RGB value is (187,66,225). Sum of RGB (Red+Green+Blue) = 187+66+225=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB42E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42E1 is #44BD1E. Grayscale: #777777. Windows color (decimal): -4504863 or 14762683. OLE color: 14762683.

HSL color Cylindrical-coordinate representation of color #BB42E1: hue angle of 285.66º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB42E1 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 66 225 -
CMYK 0.17 0.71 0 0.12
HSL 285.66º 0.73% 0.57% -
HSV(B) 285.66º 0.71% 0.88% -
XYZ 36.03 19.9 73.18 -
YUV 120.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 187 66 225 0.17 0.71 0 0.12 285.66 0.73 0.57
Hex BB 42 E1 11 47 0 C 11E 49 39
Octal 273 102 341 21 107 0 14 436 111 71
Binary 10111011 1000010 11100001 10001 1000111 0 1100 100011110 1001001 111001

Color Harmonies of #BB42E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42E1

Black with #BB42E1

Text Example


Text Example

White with #BB42E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42E1; }

 p { color: rgb(187,66,225); }

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

background-color css

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

 a { background-color: rgb(187,66,225); }

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

border-color css

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

 span { border-color: rgb(187,66,225); }

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