Html Css Color HEX #B934ED Medium Orchid

📋 copy color: '#B934ED'

red 185 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #B934ED

Tints of Medium Orchid #B934ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50%

R = 39.03%
G = 10.97%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B934ED (or 0xB934ED) is known color: Medium Orchid. HEX triplet: B9, 34 and ED. RGB value is (185,52,237). Sum of RGB (Red+Green+Blue) = 185+52+237=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #B934ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934ED is #46CB12. Grayscale: #707070. Windows color (decimal): -4639507 or 15545529. OLE color: 15545529.

HSL color Cylindrical-coordinate representation of color #B934ED: hue angle of 283.14º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B934ED is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 52 237 -
CMYK 0.22 0.78 0 0.07
HSL 283.14º 0.84% 0.57% -
HSV(B) 283.14º 0.78% 0.93% -
XYZ 36.52 18.88 81.84 -
YUV 112.86 198.06 179.46 -
System Red Green Blue C M Y K H S L
Decimal 185 52 237 0.22 0.78 0 0.07 283.14 0.84 0.57
Hex B9 34 ED 16 4E 0 7 11B 54 39
Octal 271 64 355 26 116 0 7 433 124 71
Binary 10111001 110100 11101101 10110 1001110 0 111 100011011 1010100 111001

Color Harmonies of #B934ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934ED

Black with #B934ED

Text Example


Text Example

White with #B934ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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