Html Css Color HEX #B962DF Medium Orchid

📋 copy color: '#B962DF'

red 185 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #B962DF

Tints of Medium Orchid #B962DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 36.56%
G = 19.37%
B = 44.07%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B962DF (or 0xB962DF) is known color: Medium Orchid. HEX triplet: B9, 62 and DF. RGB value is (185,98,223). Sum of RGB (Red+Green+Blue) = 185+98+223=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #B962DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962DF is #469D20. Grayscale: #898989. Windows color (decimal): -4627745 or 14639801. OLE color: 14639801.

HSL color Cylindrical-coordinate representation of color #B962DF: hue angle of 281.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B962DF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 98 223 -
CMYK 0.17 0.56 0 0.13
HSL 281.76º 0.66% 0.63% -
HSV(B) 281.76º 0.56% 0.87% -
XYZ 37.69 24.38 72.53 -
YUV 138.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 185 98 223 0.17 0.56 0 0.13 281.76 0.66 0.63
Hex B9 62 DF 11 38 0 D 11A 42 3F
Octal 271 142 337 21 70 0 15 432 102 77
Binary 10111001 1100010 11011111 10001 111000 0 1101 100011010 1000010 111111

Color Harmonies of #B962DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962DF

Black with #B962DF

Text Example


Text Example

White with #B962DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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