Html Css Color HEX #B934EC Medium Orchid

📋 copy color: '#B934EC'

red 185 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #B934EC

Tints of Medium Orchid #B934EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 39.11%
G = 10.99%
B = 49.89%

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

#B934EC (or 0xB934EC) is known color: Medium Orchid. HEX triplet: B9, 34 and EC. RGB value is (185,52,236). Sum of RGB (Red+Green+Blue) = 185+52+236=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #B934EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934EC is #46CB13. Grayscale: #707070. Windows color (decimal): -4639508 or 15479993. OLE color: 15479993.

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

Color convert

RGB 185 52 236 -
CMYK 0.22 0.78 0 0.07
HSL 283.37º 0.83% 0.56% -
HSV(B) 283.37º 0.78% 0.93% -
XYZ 36.38 18.83 81.07 -
YUV 112.74 197.56 179.54 -
System Red Green Blue C M Y K H S L
Decimal 185 52 236 0.22 0.78 0 0.07 283.37 0.83 0.56
Hex B9 34 EC 16 4E 0 7 11B 53 38
Octal 271 64 354 26 116 0 7 433 123 70
Binary 10111001 110100 11101100 10110 1001110 0 111 100011011 1010011 111000

Color Harmonies of #B934EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934EC

Black with #B934EC

Text Example


Text Example

White with #B934EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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