Html Css Color HEX #B834EC Medium Orchid

📋 copy color: '#B834EC'

red 184 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #B834EC

Tints of Medium Orchid #B834EC

RGB

 RED value IS 184 (72.27% from 255) = 38.98%

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

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

R = 38.98%
G = 11.02%
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

#B834EC (or 0xB834EC) is known color: Medium Orchid. HEX triplet: B8, 34 and EC. RGB value is (184,52,236). Sum of RGB (Red+Green+Blue) = 184+52+236=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #B834EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B834EC is #47CB13. Grayscale: #6F6F6F. Windows color (decimal): -4705044 or 15479992. OLE color: 15479992.

HSL color Cylindrical-coordinate representation of color #B834EC: hue angle of 283.04º 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 #B834EC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 52 236 -
CMYK 0.22 0.78 0 0.07
HSL 283.04º 0.83% 0.56% -
HSV(B) 283.04º 0.78% 0.93% -
XYZ 36.14 18.7 81.06 -
YUV 112.44 197.73 179.04 -
System Red Green Blue C M Y K H S L
Decimal 184 52 236 0.22 0.78 0 0.07 283.04 0.83 0.56
Hex B8 34 EC 16 4E 0 7 11B 53 38
Octal 270 64 354 26 116 0 7 433 123 70
Binary 10111000 110100 11101100 10110 1001110 0 111 100011011 1010011 111000

Color Harmonies of #B834EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834EC

Black with #B834EC

Text Example


Text Example

White with #B834EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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