Html Css Color HEX #B84FFA Medium Orchid

📋 copy color: '#B84FFA'

red 184 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #B84FFA

Tints of Medium Orchid #B84FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 35.87%
G = 15.4%
B = 48.73%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B84FFA (or 0xB84FFA) is known color: Medium Orchid. HEX triplet: B8, 4F and FA. RGB value is (184,79,250). Sum of RGB (Red+Green+Blue) = 184+79+250=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #B84FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FFA is #47B005. Grayscale: #818181. Windows color (decimal): -4698118 or 16404408. OLE color: 16404408.

HSL color Cylindrical-coordinate representation of color #B84FFA: hue angle of 276.84º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84FFA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 79 250 -
CMYK 0.26 0.68 0 0.02
HSL 276.84º 0.94% 0.65% -
HSV(B) 276.84º 0.68% 0.98% -
XYZ 39.82 22.68 92.72 -
YUV 129.89 195.79 166.6 -
System Red Green Blue C M Y K H S L
Decimal 184 79 250 0.26 0.68 0 0.02 276.84 0.94 0.65
Hex B8 4F FA 1A 44 0 2 115 5E 41
Octal 270 117 372 32 104 0 2 425 136 101
Binary 10111000 1001111 11111010 11010 1000100 0 10 100010101 1011110 1000001

Color Harmonies of #B84FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FFA

Black with #B84FFA

Text Example


Text Example

White with #B84FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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