Html Css Color HEX #B84CFF Medium Orchid

📋 copy color: '#B84CFF'

red 184 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #B84CFF

Tints of Medium Orchid #B84CFF

RGB

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

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

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

R = 35.73%
G = 14.76%
B = 49.51%

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

#B84CFF (or 0xB84CFF) is known color: Medium Orchid. HEX triplet: B8, 4C and FF. RGB value is (184,76,255). Sum of RGB (Red+Green+Blue) = 184+76+255=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B84CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84CFF is #47B300. Grayscale: #808080. Windows color (decimal): -4698881 or 16731320. OLE color: 16731320.

HSL color Cylindrical-coordinate representation of color #B84CFF: hue angle of 276.2º 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 #B84CFF is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 76 255 -
CMYK 0.28 0.70 0 0
HSL 276.2º 1% 0.65% -
HSV(B) 276.2º 0.7% 1% -
XYZ 40.4 22.58 96.84 -
YUV 128.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 184 76 255 0.28 0.70 0 0 276.2 1 0.65
Hex B8 4C FF 1C 46 0 0 114 64 41
Octal 270 114 377 34 106 0 0 424 144 101
Binary 10111000 1001100 11111111 11100 1000110 0 0 100010100 1100100 1000001

Color Harmonies of #B84CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CFF

Black with #B84CFF

Text Example


Text Example

White with #B84CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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