Html Css Color HEX #B84EEB Medium Orchid

📋 copy color: '#B84EEB'

red 184 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #B84EEB

Tints of Medium Orchid #B84EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.69%

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

R = 37.02%
G = 15.69%
B = 47.28%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B84EEB (or 0xB84EEB) is known color: Medium Orchid. HEX triplet: B8, 4E and EB. RGB value is (184,78,235). Sum of RGB (Red+Green+Blue) = 184+78+235=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #B84EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EEB is #47B114. Grayscale: #7F7F7F. Windows color (decimal): -4698389 or 15421112. OLE color: 15421112.

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

Color convert

RGB 184 78 235 -
CMYK 0.22 0.67 0 0.08
HSL 280.51º 0.8% 0.61% -
HSV(B) 280.51º 0.67% 0.92% -
XYZ 37.49 21.64 80.8 -
YUV 127.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 184 78 235 0.22 0.67 0 0.08 280.51 0.8 0.61
Hex B8 4E EB 16 43 0 8 119 50 3D
Octal 270 116 353 26 103 0 10 431 120 75
Binary 10111000 1001110 11101011 10110 1000011 0 1000 100011001 1010000 111101

Color Harmonies of #B84EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84EEB

Black with #B84EEB

Text Example


Text Example

White with #B84EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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