Html Css Color HEX #B84FEB Medium Orchid

📋 copy color: '#B84FEB'

red 184 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #B84FEB

Tints of Medium Orchid #B84FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.86%

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

R = 36.95%
G = 15.86%
B = 47.19%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B84FEB (or 0xB84FEB) is known color: Medium Orchid. HEX triplet: B8, 4F and EB. RGB value is (184,79,235). Sum of RGB (Red+Green+Blue) = 184+79+235=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #B84FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FEB is #47B014. Grayscale: #7F7F7F. Windows color (decimal): -4698133 or 15421368. OLE color: 15421368.

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

Color convert

RGB 184 79 235 -
CMYK 0.22 0.66 0 0.08
HSL 280.38º 0.8% 0.62% -
HSV(B) 280.38º 0.66% 0.92% -
XYZ 37.56 21.78 80.82 -
YUV 128.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 184 79 235 0.22 0.66 0 0.08 280.38 0.8 0.62
Hex B8 4F EB 16 42 0 8 118 50 3E
Octal 270 117 353 26 102 0 10 430 120 76
Binary 10111000 1001111 11101011 10110 1000010 0 1000 100011000 1010000 111110

Color Harmonies of #B84FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FEB

Black with #B84FEB

Text Example


Text Example

White with #B84FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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