Html Css Color HEX #B953EF Medium Orchid

📋 copy color: '#B953EF'

red 185 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #B953EF

Tints of Medium Orchid #B953EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 36.49%
G = 16.37%
B = 47.14%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B953EF (or 0xB953EF) is known color: Medium Orchid. HEX triplet: B9, 53 and EF. RGB value is (185,83,239). Sum of RGB (Red+Green+Blue) = 185+83+239=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #B953EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953EF is #46AC10. Grayscale: #828282. Windows color (decimal): -4631569 or 15684537. OLE color: 15684537.

HSL color Cylindrical-coordinate representation of color #B953EF: hue angle of 279.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B953EF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 83 239 -
CMYK 0.23 0.65 0 0.06
HSL 279.23º 0.83% 0.63% -
HSV(B) 279.23º 0.65% 0.94% -
XYZ 38.68 22.73 84.01 -
YUV 131.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 185 83 239 0.23 0.65 0 0.06 279.23 0.83 0.63
Hex B9 53 EF 17 41 0 6 117 53 3F
Octal 271 123 357 27 101 0 6 427 123 77
Binary 10111001 1010011 11101111 10111 1000001 0 110 100010111 1010011 111111

Color Harmonies of #B953EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953EF

Black with #B953EF

Text Example


Text Example

White with #B953EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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