Html Css Color HEX #B934DD Medium Orchid

📋 copy color: '#B934DD'

red 185 ◦ green 52 ◦ blue 221

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

Shades of Medium Orchid #B934DD

Tints of Medium Orchid #B934DD

RGB

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

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

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

R = 40.39%
G = 11.35%
B = 48.25%

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

#B934DD (or 0xB934DD) is known color: Medium Orchid. HEX triplet: B9, 34 and DD. RGB value is (185,52,221). Sum of RGB (Red+Green+Blue) = 185+52+221=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #B934DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934DD is #46CB22. Grayscale: #6E6E6E. Windows color (decimal): -4639523 or 14496953. OLE color: 14496953.

HSL color Cylindrical-coordinate representation of color #B934DD: hue angle of 287.22º 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 #B934DD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 52 221 -
CMYK 0.16 0.76 0 0.13
HSL 287.22º 0.71% 0.54% -
HSV(B) 287.22º 0.76% 0.87% -
XYZ 34.29 17.99 70.07 -
YUV 111.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 185 52 221 0.16 0.76 0 0.13 287.22 0.71 0.54
Hex B9 34 DD 10 4C 0 D 11F 47 36
Octal 271 64 335 20 114 0 15 437 107 66
Binary 10111001 110100 11011101 10000 1001100 0 1101 100011111 1000111 110110

Color Harmonies of #B934DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934DD

Black with #B934DD

Text Example


Text Example

White with #B934DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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