Html Css Color HEX #B956F2 Medium Orchid

📋 copy color: '#B956F2'

red 185 ◦ green 86 ◦ blue 242

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

Shades of Medium Orchid #B956F2

Tints of Medium Orchid #B956F2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.76%

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 36.06%
G = 16.76%
B = 47.17%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B956F2 (or 0xB956F2) is known color: Medium Orchid. HEX triplet: B9, 56 and F2. RGB value is (185,86,242). Sum of RGB (Red+Green+Blue) = 185+86+242=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #B956F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B956F2 is #46A90D. Grayscale: #848484. Windows color (decimal): -4630798 or 15881913. OLE color: 15881913.

HSL color Cylindrical-coordinate representation of color #B956F2: hue angle of 278.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B956F2 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 86 242 -
CMYK 0.24 0.64 0 0.05
HSL 278.08º 0.86% 0.64% -
HSV(B) 278.08º 0.64% 0.95% -
XYZ 39.36 23.38 86.44 -
YUV 133.39 189.3 164.82 -
System Red Green Blue C M Y K H S L
Decimal 185 86 242 0.24 0.64 0 0.05 278.08 0.86 0.64
Hex B9 56 F2 18 40 0 5 116 56 40
Octal 271 126 362 30 100 0 5 426 126 100
Binary 10111001 1010110 11110010 11000 1000000 0 101 100010110 1010110 1000000

Color Harmonies of #B956F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B956F2

Black with #B956F2

Text Example


Text Example

White with #B956F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B956F2; }

 p { color: rgb(185,86,242); }

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

background-color css

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

 a { background-color: rgb(185,86,242); }

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

border-color css

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

 span { border-color: rgb(185,86,242); }

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