Html Css Color HEX #B962E1 Medium Orchid

📋 copy color: '#B962E1'

red 185 ◦ green 98 ◦ blue 225

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

Shades of Medium Orchid #B962E1

Tints of Medium Orchid #B962E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.29%

R = 36.42%
G = 19.29%
B = 44.29%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B962E1 (or 0xB962E1) is known color: Medium Orchid. HEX triplet: B9, 62 and E1. RGB value is (185,98,225). Sum of RGB (Red+Green+Blue) = 185+98+225=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #B962E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962E1 is #469D1E. Grayscale: #8A8A8A. Windows color (decimal): -4627743 or 14770873. OLE color: 14770873.

HSL color Cylindrical-coordinate representation of color #B962E1: hue angle of 281.1º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B962E1 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 98 225 -
CMYK 0.18 0.56 0 0.12
HSL 281.1º 0.68% 0.63% -
HSV(B) 281.1º 0.56% 0.88% -
XYZ 37.97 24.49 73.96 -
YUV 138.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 185 98 225 0.18 0.56 0 0.12 281.1 0.68 0.63
Hex B9 62 E1 12 38 0 C 119 44 3F
Octal 271 142 341 22 70 0 14 431 104 77
Binary 10111001 1100010 11100001 10010 111000 0 1100 100011001 1000100 111111

Color Harmonies of #B962E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962E1

Black with #B962E1

Text Example


Text Example

White with #B962E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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