Html Css Color HEX #B662DC Medium Orchid

📋 copy color: '#B662DC'

red 182 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #B662DC

Tints of Medium Orchid #B662DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.6%

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

R = 36.4%
G = 19.6%
B = 44%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B662DC (or 0xB662DC) is known color: Medium Orchid. HEX triplet: B6, 62 and DC. RGB value is (182,98,220). Sum of RGB (Red+Green+Blue) = 182+98+220=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #B662DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662DC is #499D23. Grayscale: #888888. Windows color (decimal): -4824356 or 14443190. OLE color: 14443190.

HSL color Cylindrical-coordinate representation of color #B662DC: hue angle of 281.31º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B662DC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 98 220 -
CMYK 0.17 0.55 0 0.14
HSL 281.31º 0.64% 0.62% -
HSV(B) 281.31º 0.55% 0.86% -
XYZ 36.58 23.85 70.39 -
YUV 137.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 182 98 220 0.17 0.55 0 0.14 281.31 0.64 0.62
Hex B6 62 DC 11 37 0 E 119 40 3E
Octal 266 142 334 21 67 0 16 431 100 76
Binary 10110110 1100010 11011100 10001 110111 0 1110 100011001 1000000 111110

Color Harmonies of #B662DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662DC

Black with #B662DC

Text Example


Text Example

White with #B662DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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