Html Css Color HEX #B962C9 Medium Orchid

📋 copy color: '#B962C9'

red 185 ◦ green 98 ◦ blue 201

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

Shades of Medium Orchid #B962C9

Tints of Medium Orchid #B962C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 38.22%
G = 20.25%
B = 41.53%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B962C9 (or 0xB962C9) is known color: Medium Orchid. HEX triplet: B9, 62 and C9. RGB value is (185,98,201). Sum of RGB (Red+Green+Blue) = 185+98+201=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #B962C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962C9 is #469D36. Grayscale: #878787. Windows color (decimal): -4627767 or 13198009. OLE color: 13198009.

HSL color Cylindrical-coordinate representation of color #B962C9: hue angle of 290.68º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B962C9 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 98 201 -
CMYK 0.08 0.51 0 0.21
HSL 290.68º 0.49% 0.59% -
HSV(B) 290.68º 0.51% 0.79% -
XYZ 34.92 23.27 57.91 -
YUV 135.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 185 98 201 0.08 0.51 0 0.21 290.68 0.49 0.59
Hex B9 62 C9 8 33 0 15 123 31 3B
Octal 271 142 311 10 63 0 25 443 61 73
Binary 10111001 1100010 11001001 1000 110011 0 10101 100100011 110001 111011

Color Harmonies of #B962C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962C9

Black with #B962C9

Text Example


Text Example

White with #B962C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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