Html Css Color HEX #B84FFD Medium Orchid

📋 copy color: '#B84FFD'

red 184 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #B84FFD

Tints of Medium Orchid #B84FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 35.66%
G = 15.31%
B = 49.03%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B84FFD (or 0xB84FFD) is known color: Medium Orchid. HEX triplet: B8, 4F and FD. RGB value is (184,79,253). Sum of RGB (Red+Green+Blue) = 184+79+253=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #B84FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FFD is #47B002. Grayscale: #818181. Windows color (decimal): -4698115 or 16601016. OLE color: 16601016.

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

Color convert

RGB 184 79 253 -
CMYK 0.27 0.69 0 0.01
HSL 276.21º 0.98% 0.65% -
HSV(B) 276.21º 0.69% 0.99% -
XYZ 40.29 22.87 95.22 -
YUV 130.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 184 79 253 0.27 0.69 0 0.01 276.21 0.98 0.65
Hex B8 4F FD 1B 45 0 1 114 62 41
Octal 270 117 375 33 105 0 1 424 142 101
Binary 10111000 1001111 11111101 11011 1000101 0 1 100010100 1100010 1000001

Color Harmonies of #B84FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FFD

Black with #B84FFD

Text Example


Text Example

White with #B84FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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