Html Css Color HEX #B83AFE Medium Orchid

📋 copy color: '#B83AFE'

red 184 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #B83AFE

Tints of Medium Orchid #B83AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.69%

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 37.1%
G = 11.69%
B = 51.21%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B83AFE (or 0xB83AFE) is known color: Medium Orchid. HEX triplet: B8, 3A and FE. RGB value is (184,58,254). Sum of RGB (Red+Green+Blue) = 184+58+254=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #B83AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83AFE is #47C501. Grayscale: #757575. Windows color (decimal): -4703490 or 16661176. OLE color: 16661176.

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

Color convert

RGB 184 58 254 -
CMYK 0.28 0.77 0 0.00
HSL 278.57º 0.99% 0.61% -
HSV(B) 278.57º 0.77% 1% -
XYZ 39.17 20.37 95.63 -
YUV 118.02 204.74 175.06 -
System Red Green Blue C M Y K H S L
Decimal 184 58 254 0.28 0.77 0 0.00 278.57 0.99 0.61
Hex B8 3A FE 1C 4D 0 0 117 63 3D
Octal 270 72 376 34 115 0 0 427 143 75
Binary 10111000 111010 11111110 11100 1001101 0 0 100010111 1100011 111101

Color Harmonies of #B83AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83AFE

Black with #B83AFE

Text Example


Text Example

White with #B83AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83AFE; }

 p { color: rgb(184,58,254); }

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

background-color css

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

 a { background-color: rgb(184,58,254); }

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

border-color css

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

 span { border-color: rgb(184,58,254); }

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