Html Css Color HEX #B84AEB Medium Orchid

📋 copy color: '#B84AEB'

red 184 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #B84AEB

Tints of Medium Orchid #B84AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.01%

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

R = 37.32%
G = 15.01%
B = 47.67%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B84AEB (or 0xB84AEB) is known color: Medium Orchid. HEX triplet: B8, 4A and EB. RGB value is (184,74,235). Sum of RGB (Red+Green+Blue) = 184+74+235=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #B84AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AEB is #47B514. Grayscale: #7C7C7C. Windows color (decimal): -4699413 or 15420088. OLE color: 15420088.

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

Color convert

RGB 184 74 235 -
CMYK 0.22 0.69 0 0.08
HSL 280.99º 0.8% 0.61% -
HSV(B) 280.99º 0.69% 0.92% -
XYZ 37.21 21.09 80.71 -
YUV 125.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 184 74 235 0.22 0.69 0 0.08 280.99 0.8 0.61
Hex B8 4A EB 16 45 0 8 119 50 3D
Octal 270 112 353 26 105 0 10 431 120 75
Binary 10111000 1001010 11101011 10110 1000101 0 1000 100011001 1010000 111101

Color Harmonies of #B84AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AEB

Black with #B84AEB

Text Example


Text Example

White with #B84AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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