Html Css Color HEX #B935DD Medium Orchid

📋 copy color: '#B935DD'

red 185 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #B935DD

Tints of Medium Orchid #B935DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 40.31%
G = 11.55%
B = 48.15%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B935DD (or 0xB935DD) is known color: Medium Orchid. HEX triplet: B9, 35 and DD. RGB value is (185,53,221). Sum of RGB (Red+Green+Blue) = 185+53+221=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #B935DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935DD is #46CA22. Grayscale: #6F6F6F. Windows color (decimal): -4639267 or 14497209. OLE color: 14497209.

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

Color convert

RGB 185 53 221 -
CMYK 0.16 0.76 0 0.13
HSL 287.14º 0.71% 0.54% -
HSV(B) 287.14º 0.76% 0.87% -
XYZ 34.33 18.08 70.09 -
YUV 111.62 189.73 180.34 -
System Red Green Blue C M Y K H S L
Decimal 185 53 221 0.16 0.76 0 0.13 287.14 0.71 0.54
Hex B9 35 DD 10 4C 0 D 11F 47 36
Octal 271 65 335 20 114 0 15 437 107 66
Binary 10111001 110101 11011101 10000 1001100 0 1101 100011111 1000111 110110

Color Harmonies of #B935DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935DD

Black with #B935DD

Text Example


Text Example

White with #B935DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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