Html Css Color HEX #B642DC Medium Orchid

📋 copy color: '#B642DC'

red 182 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #B642DC

Tints of Medium Orchid #B642DC

RGB

 RED value IS 182 (71.48% from 255) = 38.89%

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

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

R = 38.89%
G = 14.1%
B = 47.01%

CMYK

 C value IS 0.17

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B642DC (or 0xB642DC) is known color: Medium Orchid. HEX triplet: B6, 42 and DC. RGB value is (182,66,220). Sum of RGB (Red+Green+Blue) = 182+66+220=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B642DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642DC is #49BD23. Grayscale: #757575. Windows color (decimal): -4832548 or 14434998. OLE color: 14434998.

HSL color Cylindrical-coordinate representation of color #B642DC: hue angle of 285.19º 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 #B642DC is Cyan = 0.17, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 66 220 -
CMYK 0.17 0.7 0 0.14
HSL 285.19º 0.69% 0.56% -
HSV(B) 285.19º 0.7% 0.86% -
XYZ 34.16 19.01 69.58 -
YUV 118.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 182 66 220 0.17 0.7 0 0.14 285.19 0.69 0.56
Hex B6 42 DC 11 46 0 E 11D 45 38
Octal 266 102 334 21 106 0 16 435 105 70
Binary 10110110 1000010 11011100 10001 1000110 0 1110 100011101 1000101 111000

Color Harmonies of #B642DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642DC

Black with #B642DC

Text Example


Text Example

White with #B642DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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