Html Css Color HEX #B935DC Medium Orchid

📋 copy color: '#B935DC'

red 185 ◦ green 53 ◦ blue 220

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

Shades of Medium Orchid #B935DC

Tints of Medium Orchid #B935DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 40.39%
G = 11.57%
B = 48.03%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B935DC (or 0xB935DC) is known color: Medium Orchid. HEX triplet: B9, 35 and DC. RGB value is (185,53,220). Sum of RGB (Red+Green+Blue) = 185+53+220=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #B935DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935DC is #46CA23. Grayscale: #6E6E6E. Windows color (decimal): -4639268 or 14431673. OLE color: 14431673.

HSL color Cylindrical-coordinate representation of color #B935DC: hue angle of 287.43º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B935DC is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 53 220 -
CMYK 0.16 0.76 0 0.14
HSL 287.43º 0.7% 0.54% -
HSV(B) 287.43º 0.76% 0.86% -
XYZ 34.2 18.03 69.39 -
YUV 111.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 185 53 220 0.16 0.76 0 0.14 287.43 0.7 0.54
Hex B9 35 DC 10 4C 0 E 11F 46 36
Octal 271 65 334 20 114 0 16 437 106 66
Binary 10111001 110101 11011100 10000 1001100 0 1110 100011111 1000110 110110

Color Harmonies of #B935DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935DC

Black with #B935DC

Text Example


Text Example

White with #B935DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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