Html Css Color HEX #B84BFF Medium Orchid

📋 copy color: '#B84BFF'

red 184 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #B84BFF

Tints of Medium Orchid #B84BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.59%

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

R = 35.8%
G = 14.59%
B = 49.61%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B84BFF (or 0xB84BFF) is known color: Medium Orchid. HEX triplet: B8, 4B and FF. RGB value is (184,75,255). Sum of RGB (Red+Green+Blue) = 184+75+255=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #B84BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BFF is #47B400. Grayscale: #7F7F7F. Windows color (decimal): -4699137 or 16731064. OLE color: 16731064.

HSL color Cylindrical-coordinate representation of color #B84BFF: hue angle of 276.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B84BFF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 75 255 -
CMYK 0.28 0.71 0 0
HSL 276.33º 1% 0.65% -
HSV(B) 276.33º 0.71% 1% -
XYZ 40.33 22.44 96.81 -
YUV 128.11 199.61 167.86 -
System Red Green Blue C M Y K H S L
Decimal 184 75 255 0.28 0.71 0 0 276.33 1 0.65
Hex B8 4B FF 1C 47 0 0 114 64 41
Octal 270 113 377 34 107 0 0 424 144 101
Binary 10111000 1001011 11111111 11100 1000111 0 0 100010100 1100100 1000001

Color Harmonies of #B84BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BFF

Black with #B84BFF

Text Example


Text Example

White with #B84BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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