Html Css Color HEX #B84EEA Medium Orchid

📋 copy color: '#B84EEA'

red 184 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #B84EEA

Tints of Medium Orchid #B84EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 37.1%
G = 15.73%
B = 47.18%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B84EEA (or 0xB84EEA) is known color: Medium Orchid. HEX triplet: B8, 4E and EA. RGB value is (184,78,234). Sum of RGB (Red+Green+Blue) = 184+78+234=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #B84EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EEA is #47B115. Grayscale: #7E7E7E. Windows color (decimal): -4698390 or 15355576. OLE color: 15355576.

HSL color Cylindrical-coordinate representation of color #B84EEA: hue angle of 280.77º degrees, saturation: 0.79, 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 #B84EEA is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 78 234 -
CMYK 0.21 0.67 0 0.08
HSL 280.77º 0.79% 0.61% -
HSV(B) 280.77º 0.67% 0.92% -
XYZ 37.34 21.58 80.04 -
YUV 127.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 184 78 234 0.21 0.67 0 0.08 280.77 0.79 0.61
Hex B8 4E EA 15 43 0 8 119 4F 3D
Octal 270 116 352 25 103 0 10 431 117 75
Binary 10111000 1001110 11101010 10101 1000011 0 1000 100011001 1001111 111101

Color Harmonies of #B84EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84EEA

Black with #B84EEA

Text Example


Text Example

White with #B84EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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