Html Css Color HEX #B935E8 Medium Orchid

📋 copy color: '#B935E8'

red 185 ◦ green 53 ◦ blue 232

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

Shades of Medium Orchid #B935E8

Tints of Medium Orchid #B935E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.36%

R = 39.36%
G = 11.28%
B = 49.36%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B935E8 (or 0xB935E8) is known color: Medium Orchid. HEX triplet: B9, 35 and E8. RGB value is (185,53,232). Sum of RGB (Red+Green+Blue) = 185+53+232=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #B935E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935E8 is #46CA17. Grayscale: #707070. Windows color (decimal): -4639256 or 15218105. OLE color: 15218105.

HSL color Cylindrical-coordinate representation of color #B935E8: hue angle of 284.25º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B935E8 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 53 232 -
CMYK 0.20 0.77 0 0.09
HSL 284.25º 0.8% 0.56% -
HSV(B) 284.25º 0.77% 0.91% -
XYZ 35.85 18.69 78.06 -
YUV 112.87 195.23 179.45 -
System Red Green Blue C M Y K H S L
Decimal 185 53 232 0.20 0.77 0 0.09 284.25 0.8 0.56
Hex B9 35 E8 14 4D 0 9 11C 50 38
Octal 271 65 350 24 115 0 11 434 120 70
Binary 10111001 110101 11101000 10100 1001101 0 1001 100011100 1010000 111000

Color Harmonies of #B935E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935E8

Black with #B935E8

Text Example


Text Example

White with #B935E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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