Html Css Color HEX #B84DFF Medium Orchid

📋 copy color: '#B84DFF'

red 184 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #B84DFF

Tints of Medium Orchid #B84DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.92%

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

R = 35.66%
G = 14.92%
B = 49.42%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B84DFF (or 0xB84DFF) is known color: Medium Orchid. HEX triplet: B8, 4D and FF. RGB value is (184,77,255). Sum of RGB (Red+Green+Blue) = 184+77+255=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #B84DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DFF is #47B200. Grayscale: #808080. Windows color (decimal): -4698625 or 16731576. OLE color: 16731576.

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

Color convert

RGB 184 77 255 -
CMYK 0.28 0.70 0 0
HSL 276.07º 1% 0.65% -
HSV(B) 276.07º 0.7% 1% -
XYZ 40.47 22.72 96.86 -
YUV 129.29 198.95 167.03 -
System Red Green Blue C M Y K H S L
Decimal 184 77 255 0.28 0.70 0 0 276.07 1 0.65
Hex B8 4D FF 1C 46 0 0 114 64 41
Octal 270 115 377 34 106 0 0 424 144 101
Binary 10111000 1001101 11111111 11100 1000110 0 0 100010100 1100100 1000001

Color Harmonies of #B84DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DFF

Black with #B84DFF

Text Example


Text Example

White with #B84DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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