Html Css Color HEX #B042DA Medium Orchid

📋 copy color: '#B042DA'

red 176 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #B042DA

Tints of Medium Orchid #B042DA

RGB

 RED value IS 176 (69.14% from 255) = 38.26%

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 38.26%
G = 14.35%
B = 47.39%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B042DA (or 0xB042DA) is known color: Medium Orchid. HEX triplet: B0, 42 and DA. RGB value is (176,66,218). Sum of RGB (Red+Green+Blue) = 176+66+218=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B042DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042DA is #4FBD25. Grayscale: #737373. Windows color (decimal): -5225766 or 14303920. OLE color: 14303920.

HSL color Cylindrical-coordinate representation of color #B042DA: hue angle of 283.42º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B042DA is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 66 218 -
CMYK 0.19 0.70 0 0.15
HSL 283.42º 0.67% 0.56% -
HSV(B) 283.42º 0.7% 0.85% -
XYZ 32.51 18.19 68.13 -
YUV 116.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 176 66 218 0.19 0.70 0 0.15 283.42 0.67 0.56
Hex B0 42 DA 13 46 0 F 11B 43 38
Octal 260 102 332 23 106 0 17 433 103 70
Binary 10110000 1000010 11011010 10011 1000110 0 1111 100011011 1000011 111000

Color Harmonies of #B042DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042DA

Black with #B042DA

Text Example


Text Example

White with #B042DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042DA; }

 p { color: rgb(176,66,218); }

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

background-color css

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

 a { background-color: rgb(176,66,218); }

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

border-color css

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

 span { border-color: rgb(176,66,218); }

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