Html Css Color HEX #B83AFD Medium Orchid

📋 copy color: '#B83AFD'

red 184 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #B83AFD

Tints of Medium Orchid #B83AFD

RGB

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

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

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

R = 37.17%
G = 11.72%
B = 51.11%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B83AFD (or 0xB83AFD) is known color: Medium Orchid. HEX triplet: B8, 3A and FD. RGB value is (184,58,253). Sum of RGB (Red+Green+Blue) = 184+58+253=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #B83AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83AFD is #47C502. Grayscale: #757575. Windows color (decimal): -4703491 or 16595640. OLE color: 16595640.

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

Color convert

RGB 184 58 253 -
CMYK 0.27 0.77 0 0.01
HSL 278.77º 0.98% 0.61% -
HSV(B) 278.77º 0.77% 0.99% -
XYZ 39.01 20.31 94.79 -
YUV 117.9 204.24 175.14 -
System Red Green Blue C M Y K H S L
Decimal 184 58 253 0.27 0.77 0 0.01 278.77 0.98 0.61
Hex B8 3A FD 1B 4D 0 1 117 62 3D
Octal 270 72 375 33 115 0 1 427 142 75
Binary 10111000 111010 11111101 11011 1001101 0 1 100010111 1100010 111101

Color Harmonies of #B83AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83AFD

Black with #B83AFD

Text Example


Text Example

White with #B83AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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