Html Css Color HEX #B84FFF Medium Orchid

📋 copy color: '#B84FFF'

red 184 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #B84FFF

Tints of Medium Orchid #B84FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 35.52%
G = 15.25%
B = 49.23%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B84FFF (or 0xB84FFF) is known color: Medium Orchid. HEX triplet: B8, 4F and FF. RGB value is (184,79,255). Sum of RGB (Red+Green+Blue) = 184+79+255=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #B84FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FFF is #47B000. Grayscale: #818181. Windows color (decimal): -4698113 or 16732088. OLE color: 16732088.

HSL color Cylindrical-coordinate representation of color #B84FFF: hue angle of 275.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84FFF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 79 255 -
CMYK 0.28 0.69 0 0
HSL 275.8º 1% 0.65% -
HSV(B) 275.8º 0.69% 1% -
XYZ 40.61 23 96.91 -
YUV 130.46 198.29 166.19 -
System Red Green Blue C M Y K H S L
Decimal 184 79 255 0.28 0.69 0 0 275.8 1 0.65
Hex B8 4F FF 1C 45 0 0 114 64 41
Octal 270 117 377 34 105 0 0 424 144 101
Binary 10111000 1001111 11111111 11100 1000101 0 0 100010100 1100100 1000001

Color Harmonies of #B84FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FFF

Black with #B84FFF

Text Example


Text Example

White with #B84FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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