Html Css Color HEX #B84FED Medium Orchid

📋 copy color: '#B84FED'

red 184 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #B84FED

Tints of Medium Orchid #B84FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 36.8%
G = 15.8%
B = 47.4%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B84FED (or 0xB84FED) is known color: Medium Orchid. HEX triplet: B8, 4F and ED. RGB value is (184,79,237). Sum of RGB (Red+Green+Blue) = 184+79+237=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B84FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FED is #47B012. Grayscale: #7F7F7F. Windows color (decimal): -4698131 or 15552440. OLE color: 15552440.

HSL color Cylindrical-coordinate representation of color #B84FED: hue angle of 279.87º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B84FED is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 79 237 -
CMYK 0.22 0.67 0 0.07
HSL 279.87º 0.81% 0.62% -
HSV(B) 279.87º 0.67% 0.93% -
XYZ 37.85 21.9 82.35 -
YUV 128.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 184 79 237 0.22 0.67 0 0.07 279.87 0.81 0.62
Hex B8 4F ED 16 43 0 7 118 51 3E
Octal 270 117 355 26 103 0 7 430 121 76
Binary 10111000 1001111 11101101 10110 1000011 0 111 100011000 1010001 111110

Color Harmonies of #B84FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FED

Black with #B84FED

Text Example


Text Example

White with #B84FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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