Html Css Color HEX #B84FFB Medium Orchid

📋 copy color: '#B84FFB'

red 184 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #B84FFB

Tints of Medium Orchid #B84FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 35.8%
G = 15.37%
B = 48.83%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B84FFB (or 0xB84FFB) is known color: Medium Orchid. HEX triplet: B8, 4F and FB. RGB value is (184,79,251). Sum of RGB (Red+Green+Blue) = 184+79+251=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #B84FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FFB is #47B004. Grayscale: #818181. Windows color (decimal): -4698117 or 16469944. OLE color: 16469944.

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

Color convert

RGB 184 79 251 -
CMYK 0.27 0.69 0 0.02
HSL 276.63º 0.96% 0.65% -
HSV(B) 276.63º 0.69% 0.98% -
XYZ 39.98 22.75 93.55 -
YUV 130 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 184 79 251 0.27 0.69 0 0.02 276.63 0.96 0.65
Hex B8 4F FB 1B 45 0 2 115 60 41
Octal 270 117 373 33 105 0 2 425 140 101
Binary 10111000 1001111 11111011 11011 1000101 0 10 100010101 1100000 1000001

Color Harmonies of #B84FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FFB

Black with #B84FFB

Text Example


Text Example

White with #B84FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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