Html Css Color HEX #B935E5 Medium Orchid

📋 copy color: '#B935E5'

red 185 ◦ green 53 ◦ blue 229

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

Shades of Medium Orchid #B935E5

Tints of Medium Orchid #B935E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 39.61%
G = 11.35%
B = 49.04%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B935E5 (or 0xB935E5) is known color: Medium Orchid. HEX triplet: B9, 35 and E5. RGB value is (185,53,229). Sum of RGB (Red+Green+Blue) = 185+53+229=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #B935E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935E5 is #46CA1A. Grayscale: #6F6F6F. Windows color (decimal): -4639259 or 15021497. OLE color: 15021497.

HSL color Cylindrical-coordinate representation of color #B935E5: hue angle of 285º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B935E5 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 53 229 -
CMYK 0.19 0.77 0 0.10
HSL 285º 0.77% 0.55% -
HSV(B) 285º 0.77% 0.9% -
XYZ 35.42 18.52 75.84 -
YUV 112.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 185 53 229 0.19 0.77 0 0.10 285 0.77 0.55
Hex B9 35 E5 13 4D 0 A 11D 4D 37
Octal 271 65 345 23 115 0 12 435 115 67
Binary 10111001 110101 11100101 10011 1001101 0 1010 100011101 1001101 110111

Color Harmonies of #B935E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935E5

Black with #B935E5

Text Example


Text Example

White with #B935E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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