Html Css Color HEX #B962D1 Medium Orchid

📋 copy color: '#B962D1'

red 185 ◦ green 98 ◦ blue 209

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

Shades of Medium Orchid #B962D1

Tints of Medium Orchid #B962D1

RGB

 RED value IS 185 (72.66% from 255) = 37.6%

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

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 37.6%
G = 19.92%
B = 42.48%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B962D1 (or 0xB962D1) is known color: Medium Orchid. HEX triplet: B9, 62 and D1. RGB value is (185,98,209). Sum of RGB (Red+Green+Blue) = 185+98+209=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #B962D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962D1 is #469D2E. Grayscale: #888888. Windows color (decimal): -4627759 or 13722297. OLE color: 13722297.

HSL color Cylindrical-coordinate representation of color #B962D1: hue angle of 287.03º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B962D1 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 98 209 -
CMYK 0.11 0.53 0 0.18
HSL 287.03º 0.55% 0.6% -
HSV(B) 287.03º 0.53% 0.82% -
XYZ 35.88 23.65 63 -
YUV 136.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 185 98 209 0.11 0.53 0 0.18 287.03 0.55 0.6
Hex B9 62 D1 B 35 0 12 11F 37 3C
Octal 271 142 321 13 65 0 22 437 67 74
Binary 10111001 1100010 11010001 1011 110101 0 10010 100011111 110111 111100

Color Harmonies of #B962D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962D1

Black with #B962D1

Text Example


Text Example

White with #B962D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962D1; }

 p { color: rgb(185,98,209); }

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

background-color css

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

 a { background-color: rgb(185,98,209); }

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

border-color css

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

 span { border-color: rgb(185,98,209); }

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