Html Css Color HEX #B834EB Medium Orchid

📋 copy color: '#B834EB'

red 184 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #B834EB

Tints of Medium Orchid #B834EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 39.07%
G = 11.04%
B = 49.89%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B834EB (or 0xB834EB) is known color: Medium Orchid. HEX triplet: B8, 34 and EB. RGB value is (184,52,235). Sum of RGB (Red+Green+Blue) = 184+52+235=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #B834EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B834EB is #47CB14. Grayscale: #6F6F6F. Windows color (decimal): -4705045 or 15414456. OLE color: 15414456.

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

Color convert

RGB 184 52 235 -
CMYK 0.22 0.78 0 0.08
HSL 283.28º 0.82% 0.56% -
HSV(B) 283.28º 0.78% 0.92% -
XYZ 35.99 18.64 80.3 -
YUV 112.33 197.23 179.12 -
System Red Green Blue C M Y K H S L
Decimal 184 52 235 0.22 0.78 0 0.08 283.28 0.82 0.56
Hex B8 34 EB 16 4E 0 8 11B 52 38
Octal 270 64 353 26 116 0 10 433 122 70
Binary 10111000 110100 11101011 10110 1001110 0 1000 100011011 1010010 111000

Color Harmonies of #B834EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834EB

Black with #B834EB

Text Example


Text Example

White with #B834EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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