Html Css Color HEX #B442DC Medium Orchid

📋 copy color: '#B442DC'

red 180 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #B442DC

Tints of Medium Orchid #B442DC

RGB

 RED value IS 180 (70.7% from 255) = 38.63%

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 38.63%
G = 14.16%
B = 47.21%

CMYK

 C value IS 0.18

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B442DC (or 0xB442DC) is known color: Medium Orchid. HEX triplet: B4, 42 and DC. RGB value is (180,66,220). Sum of RGB (Red+Green+Blue) = 180+66+220=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B442DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442DC is #4BBD23. Grayscale: #757575. Windows color (decimal): -4963620 or 14434996. OLE color: 14434996.

HSL color Cylindrical-coordinate representation of color #B442DC: hue angle of 284.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B442DC is Cyan = 0.18, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 66 220 -
CMYK 0.18 0.7 0 0.14
HSL 284.42º 0.69% 0.56% -
HSV(B) 284.42º 0.7% 0.86% -
XYZ 33.69 18.77 69.56 -
YUV 117.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 180 66 220 0.18 0.7 0 0.14 284.42 0.69 0.56
Hex B4 42 DC 12 46 0 E 11C 45 38
Octal 264 102 334 22 106 0 16 434 105 70
Binary 10110100 1000010 11011100 10010 1000110 0 1110 100011100 1000101 111000

Color Harmonies of #B442DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442DC

Black with #B442DC

Text Example


Text Example

White with #B442DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442DC; }

 p { color: rgb(180,66,220); }

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

background-color css

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

 a { background-color: rgb(180,66,220); }

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

border-color css

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

 span { border-color: rgb(180,66,220); }

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