Html Css Color HEX #B935EB Medium Orchid

📋 copy color: '#B935EB'

red 185 ◦ green 53 ◦ blue 235

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

Shades of Medium Orchid #B935EB

Tints of Medium Orchid #B935EB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.21%

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

R = 39.11%
G = 11.21%
B = 49.68%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B935EB (or 0xB935EB) is known color: Medium Orchid. HEX triplet: B9, 35 and EB. RGB value is (185,53,235). Sum of RGB (Red+Green+Blue) = 185+53+235=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #B935EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935EB is #46CA14. Grayscale: #707070. Windows color (decimal): -4639253 or 15414713. OLE color: 15414713.

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

Color convert

RGB 185 53 235 -
CMYK 0.21 0.77 0 0.08
HSL 283.52º 0.82% 0.56% -
HSV(B) 283.52º 0.77% 0.92% -
XYZ 36.28 18.86 80.33 -
YUV 113.22 196.73 179.2 -
System Red Green Blue C M Y K H S L
Decimal 185 53 235 0.21 0.77 0 0.08 283.52 0.82 0.56
Hex B9 35 EB 15 4D 0 8 11C 52 38
Octal 271 65 353 25 115 0 10 434 122 70
Binary 10111001 110101 11101011 10101 1001101 0 1000 100011100 1010010 111000

Color Harmonies of #B935EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935EB

Black with #B935EB

Text Example


Text Example

White with #B935EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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