Html Css Color HEX #B962CF Medium Orchid

📋 copy color: '#B962CF'

red 185 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #B962CF

Tints of Medium Orchid #B962CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 37.76%
G = 20%
B = 42.24%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B962CF (or 0xB962CF) is known color: Medium Orchid. HEX triplet: B9, 62 and CF. RGB value is (185,98,207). Sum of RGB (Red+Green+Blue) = 185+98+207=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B962CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962CF is #469D30. Grayscale: #888888. Windows color (decimal): -4627761 or 13591225. OLE color: 13591225.

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

Color convert

RGB 185 98 207 -
CMYK 0.11 0.53 0 0.19
HSL 287.89º 0.53% 0.6% -
HSV(B) 287.89º 0.53% 0.81% -
XYZ 35.64 23.55 61.7 -
YUV 136.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 185 98 207 0.11 0.53 0 0.19 287.89 0.53 0.6
Hex B9 62 CF B 35 0 13 120 35 3C
Octal 271 142 317 13 65 0 23 440 65 74
Binary 10111001 1100010 11001111 1011 110101 0 10011 100100000 110101 111100

Color Harmonies of #B962CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962CF

Black with #B962CF

Text Example


Text Example

White with #B962CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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