Html Css Color HEX #B962D7 Medium Orchid

📋 copy color: '#B962D7'

red 185 ◦ green 98 ◦ blue 215

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

Shades of Medium Orchid #B962D7

Tints of Medium Orchid #B962D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.17%

R = 37.15%
G = 19.68%
B = 43.17%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B962D7 (or 0xB962D7) is known color: Medium Orchid. HEX triplet: B9, 62 and D7. RGB value is (185,98,215). Sum of RGB (Red+Green+Blue) = 185+98+215=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #B962D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962D7 is #469D28. Grayscale: #888888. Windows color (decimal): -4627753 or 14115513. OLE color: 14115513.

HSL color Cylindrical-coordinate representation of color #B962D7: hue angle of 284.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B962D7 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 98 215 -
CMYK 0.14 0.54 0 0.16
HSL 284.62º 0.59% 0.61% -
HSV(B) 284.62º 0.54% 0.84% -
XYZ 36.64 23.96 66.98 -
YUV 137.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 185 98 215 0.14 0.54 0 0.16 284.62 0.59 0.61
Hex B9 62 D7 E 36 0 10 11D 3B 3D
Octal 271 142 327 16 66 0 20 435 73 75
Binary 10111001 1100010 11010111 1110 110110 0 10000 100011101 111011 111101

Color Harmonies of #B962D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962D7

Black with #B962D7

Text Example


Text Example

White with #B962D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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