Html Css Color HEX #B84CFD Medium Orchid

📋 copy color: '#B84CFD'

red 184 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #B84CFD

Tints of Medium Orchid #B84CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.81%

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

R = 35.87%
G = 14.81%
B = 49.32%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B84CFD (or 0xB84CFD) is known color: Medium Orchid. HEX triplet: B8, 4C and FD. RGB value is (184,76,253). Sum of RGB (Red+Green+Blue) = 184+76+253=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #B84CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84CFD is #47B302. Grayscale: #7F7F7F. Windows color (decimal): -4698883 or 16600248. OLE color: 16600248.

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

Color convert

RGB 184 76 253 -
CMYK 0.27 0.70 0 0.01
HSL 276.61º 0.98% 0.65% -
HSV(B) 276.61º 0.7% 0.99% -
XYZ 40.08 22.45 95.15 -
YUV 128.47 198.28 167.61 -
System Red Green Blue C M Y K H S L
Decimal 184 76 253 0.27 0.70 0 0.01 276.61 0.98 0.65
Hex B8 4C FD 1B 46 0 1 115 62 41
Octal 270 114 375 33 106 0 1 425 142 101
Binary 10111000 1001100 11111101 11011 1000110 0 1 100010101 1100010 1000001

Color Harmonies of #B84CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CFD

Black with #B84CFD

Text Example


Text Example

White with #B84CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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