Html Css Color HEX #BB42ED Medium Orchid

📋 copy color: '#BB42ED'

red 187 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #BB42ED

Tints of Medium Orchid #BB42ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 38.16%
G = 13.47%
B = 48.37%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB42ED (or 0xBB42ED) is known color: Medium Orchid. HEX triplet: BB, 42 and ED. RGB value is (187,66,237). Sum of RGB (Red+Green+Blue) = 187+66+237=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB42ED is #44BD12. Grayscale: #797979. Windows color (decimal): -4504851 or 15549115. OLE color: 15549115.

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

Color convert

RGB 187 66 237 -
CMYK 0.21 0.72 0 0.07
HSL 282.46º 0.83% 0.59% -
HSV(B) 282.46º 0.72% 0.93% -
XYZ 37.73 20.58 82.1 -
YUV 121.67 193.09 174.6 -
System Red Green Blue C M Y K H S L
Decimal 187 66 237 0.21 0.72 0 0.07 282.46 0.83 0.59
Hex BB 42 ED 15 48 0 7 11A 53 3B
Octal 273 102 355 25 110 0 7 432 123 73
Binary 10111011 1000010 11101101 10101 1001000 0 111 100011010 1010011 111011

Color Harmonies of #BB42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42ED

Black with #BB42ED

Text Example


Text Example

White with #BB42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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