Html Css Color HEX #B84BEA Medium Orchid

📋 copy color: '#B84BEA'

red 184 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #B84BEA

Tints of Medium Orchid #B84BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.21%

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

R = 37.32%
G = 15.21%
B = 47.46%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B84BEA (or 0xB84BEA) is known color: Medium Orchid. HEX triplet: B8, 4B and EA. RGB value is (184,75,234). Sum of RGB (Red+Green+Blue) = 184+75+234=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #B84BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BEA is #47B415. Grayscale: #7D7D7D. Windows color (decimal): -4699158 or 15354808. OLE color: 15354808.

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

Color convert

RGB 184 75 234 -
CMYK 0.21 0.68 0 0.08
HSL 281.13º 0.79% 0.61% -
HSV(B) 281.13º 0.68% 0.92% -
XYZ 37.13 21.16 79.97 -
YUV 125.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 184 75 234 0.21 0.68 0 0.08 281.13 0.79 0.61
Hex B8 4B EA 15 44 0 8 119 4F 3D
Octal 270 113 352 25 104 0 10 431 117 75
Binary 10111000 1001011 11101010 10101 1000100 0 1000 100011001 1001111 111101

Color Harmonies of #B84BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BEA

Black with #B84BEA

Text Example


Text Example

White with #B84BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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