Html Css Color HEX #B953EC Medium Orchid

📋 copy color: '#B953EC'

red 185 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #B953EC

Tints of Medium Orchid #B953EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.47%

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 36.71%
G = 16.47%
B = 46.83%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B953EC (or 0xB953EC) is known color: Medium Orchid. HEX triplet: B9, 53 and EC. RGB value is (185,83,236). Sum of RGB (Red+Green+Blue) = 185+83+236=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #B953EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953EC is #46AC13. Grayscale: #828282. Windows color (decimal): -4631572 or 15487929. OLE color: 15487929.

HSL color Cylindrical-coordinate representation of color #B953EC: hue angle of 280º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B953EC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 83 236 -
CMYK 0.22 0.65 0 0.07
HSL 280º 0.8% 0.63% -
HSV(B) 280º 0.65% 0.93% -
XYZ 38.24 22.56 81.7 -
YUV 130.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 185 83 236 0.22 0.65 0 0.07 280 0.8 0.63
Hex B9 53 EC 16 41 0 7 118 50 3F
Octal 271 123 354 26 101 0 7 430 120 77
Binary 10111001 1010011 11101100 10110 1000001 0 111 100011000 1010000 111111

Color Harmonies of #B953EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953EC

Black with #B953EC

Text Example


Text Example

White with #B953EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953EC; }

 p { color: rgb(185,83,236); }

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

background-color css

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

 a { background-color: rgb(185,83,236); }

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

border-color css

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

 span { border-color: rgb(185,83,236); }

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