Html Css Color HEX #B442CE Medium Orchid

📋 copy color: '#B442CE'

red 180 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #B442CE

Tints of Medium Orchid #B442CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 39.82%
G = 14.6%
B = 45.58%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B442CE (or 0xB442CE) is known color: Medium Orchid. HEX triplet: B4, 42 and CE. RGB value is (180,66,206). Sum of RGB (Red+Green+Blue) = 180+66+206=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #B442CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442CE is #4BBD31. Grayscale: #737373. Windows color (decimal): -4963634 or 13517492. OLE color: 13517492.

HSL color Cylindrical-coordinate representation of color #B442CE: hue angle of 288.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B442CE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 66 206 -
CMYK 0.13 0.68 0 0.19
HSL 288.86º 0.59% 0.53% -
HSV(B) 288.86º 0.68% 0.81% -
XYZ 31.91 18.06 60.2 -
YUV 116.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 180 66 206 0.13 0.68 0 0.19 288.86 0.59 0.53
Hex B4 42 CE D 44 0 13 121 3B 35
Octal 264 102 316 15 104 0 23 441 73 65
Binary 10110100 1000010 11001110 1101 1000100 0 10011 100100001 111011 110101

Color Harmonies of #B442CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442CE

Black with #B442CE

Text Example


Text Example

White with #B442CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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