Html Css Color HEX #B934DC Medium Orchid

📋 copy color: '#B934DC'

red 185 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #B934DC

Tints of Medium Orchid #B934DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.38%

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

R = 40.48%
G = 11.38%
B = 48.14%

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

#B934DC (or 0xB934DC) is known color: Medium Orchid. HEX triplet: B9, 34 and DC. RGB value is (185,52,220). Sum of RGB (Red+Green+Blue) = 185+52+220=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #B934DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934DC is #46CB23. Grayscale: #6E6E6E. Windows color (decimal): -4639524 or 14431417. OLE color: 14431417.

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

Color convert

RGB 185 52 220 -
CMYK 0.16 0.76 0 0.14
HSL 287.5º 0.71% 0.53% -
HSV(B) 287.5º 0.76% 0.86% -
XYZ 34.15 17.94 69.37 -
YUV 110.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 185 52 220 0.16 0.76 0 0.14 287.5 0.71 0.53
Hex B9 34 DC 10 4C 0 E 120 47 35
Octal 271 64 334 20 114 0 16 440 107 65
Binary 10111001 110100 11011100 10000 1001100 0 1110 100100000 1000111 110101

Color Harmonies of #B934DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934DC

Black with #B934DC

Text Example


Text Example

White with #B934DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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