Html Css Color HEX #B934D5 Medium Orchid

📋 copy color: '#B934D5'

red 185 ◦ green 52 ◦ blue 213

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

Shades of Medium Orchid #B934D5

Tints of Medium Orchid #B934D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 41.11%
G = 11.56%
B = 47.33%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B934D5 (or 0xB934D5) is known color: Medium Orchid. HEX triplet: B9, 34 and D5. RGB value is (185,52,213). Sum of RGB (Red+Green+Blue) = 185+52+213=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #B934D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934D5 is #46CB2A. Grayscale: #6D6D6D. Windows color (decimal): -4639531 or 13972665. OLE color: 13972665.

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

Color convert

RGB 185 52 213 -
CMYK 0.13 0.76 0 0.16
HSL 289.57º 0.66% 0.52% -
HSV(B) 289.57º 0.76% 0.84% -
XYZ 33.25 17.57 64.59 -
YUV 110.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 185 52 213 0.13 0.76 0 0.16 289.57 0.66 0.52
Hex B9 34 D5 D 4C 0 10 122 42 34
Octal 271 64 325 15 114 0 20 442 102 64
Binary 10111001 110100 11010101 1101 1001100 0 10000 100100010 1000010 110100

Color Harmonies of #B934D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934D5

Black with #B934D5

Text Example


Text Example

White with #B934D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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