Html Css Color HEX #B934DF Medium Orchid

📋 copy color: '#B934DF'

red 185 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #B934DF

Tints of Medium Orchid #B934DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 40.22%
G = 11.3%
B = 48.48%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B934DF (or 0xB934DF) is known color: Medium Orchid. HEX triplet: B9, 34 and DF. RGB value is (185,52,223). Sum of RGB (Red+Green+Blue) = 185+52+223=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #B934DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934DF is #46CB20. Grayscale: #6E6E6E. Windows color (decimal): -4639521 or 14628025. OLE color: 14628025.

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

Color convert

RGB 185 52 223 -
CMYK 0.17 0.77 0 0.13
HSL 286.67º 0.73% 0.54% -
HSV(B) 286.67º 0.77% 0.87% -
XYZ 34.55 18.1 71.48 -
YUV 111.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 185 52 223 0.17 0.77 0 0.13 286.67 0.73 0.54
Hex B9 34 DF 11 4D 0 D 11F 49 36
Octal 271 64 337 21 115 0 15 437 111 66
Binary 10111001 110100 11011111 10001 1001101 0 1101 100011111 1001001 110110

Color Harmonies of #B934DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934DF

Black with #B934DF

Text Example


Text Example

White with #B934DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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