Html Css Color HEX #B953EB Medium Orchid

📋 copy color: '#B953EB'

red 185 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #B953EB

Tints of Medium Orchid #B953EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.72%

R = 36.78%
G = 16.5%
B = 46.72%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B953EB (or 0xB953EB) is known color: Medium Orchid. HEX triplet: B9, 53 and EB. RGB value is (185,83,235). Sum of RGB (Red+Green+Blue) = 185+83+235=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #B953EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953EB is #46AC14. Grayscale: #828282. Windows color (decimal): -4631573 or 15422393. OLE color: 15422393.

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

Color convert

RGB 185 83 235 -
CMYK 0.21 0.65 0 0.08
HSL 280.26º 0.79% 0.62% -
HSV(B) 280.26º 0.65% 0.92% -
XYZ 38.1 22.5 80.93 -
YUV 130.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 185 83 235 0.21 0.65 0 0.08 280.26 0.79 0.62
Hex B9 53 EB 15 41 0 8 118 4F 3E
Octal 271 123 353 25 101 0 10 430 117 76
Binary 10111001 1010011 11101011 10101 1000001 0 1000 100011000 1001111 111110

Color Harmonies of #B953EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953EB

Black with #B953EB

Text Example


Text Example

White with #B953EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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