Html Css Color HEX #B834ED Medium Orchid

📋 copy color: '#B834ED'

red 184 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #B834ED

Tints of Medium Orchid #B834ED

RGB

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

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

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

R = 38.9%
G = 10.99%
B = 50.11%

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

#B834ED (or 0xB834ED) is known color: Medium Orchid. HEX triplet: B8, 34 and ED. RGB value is (184,52,237). Sum of RGB (Red+Green+Blue) = 184+52+237=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #B834ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B834ED is #47CB12. Grayscale: #6F6F6F. Windows color (decimal): -4705043 or 15545528. OLE color: 15545528.

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

Color convert

RGB 184 52 237 -
CMYK 0.22 0.78 0 0.07
HSL 282.81º 0.84% 0.57% -
HSV(B) 282.81º 0.78% 0.93% -
XYZ 36.28 18.76 81.83 -
YUV 112.56 198.23 178.96 -
System Red Green Blue C M Y K H S L
Decimal 184 52 237 0.22 0.78 0 0.07 282.81 0.84 0.57
Hex B8 34 ED 16 4E 0 7 11B 54 39
Octal 270 64 355 26 116 0 7 433 124 71
Binary 10111000 110100 11101101 10110 1001110 0 111 100011011 1010100 111001

Color Harmonies of #B834ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834ED

Black with #B834ED

Text Example


Text Example

White with #B834ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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