Html Css Color HEX #B83AFB Medium Orchid

📋 copy color: '#B83AFB'

red 184 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #B83AFB

Tints of Medium Orchid #B83AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 37.32%
G = 11.76%
B = 50.91%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B83AFB (or 0xB83AFB) is known color: Medium Orchid. HEX triplet: B8, 3A and FB. RGB value is (184,58,251). Sum of RGB (Red+Green+Blue) = 184+58+251=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #B83AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83AFB is #47C504. Grayscale: #757575. Windows color (decimal): -4703493 or 16464568. OLE color: 16464568.

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

Color convert

RGB 184 58 251 -
CMYK 0.27 0.77 0 0.02
HSL 279.17º 0.96% 0.61% -
HSV(B) 279.17º 0.77% 0.98% -
XYZ 38.69 20.18 93.12 -
YUV 117.68 203.24 175.31 -
System Red Green Blue C M Y K H S L
Decimal 184 58 251 0.27 0.77 0 0.02 279.17 0.96 0.61
Hex B8 3A FB 1B 4D 0 2 117 60 3D
Octal 270 72 373 33 115 0 2 427 140 75
Binary 10111000 111010 11111011 11011 1001101 0 10 100010111 1100000 111101

Color Harmonies of #B83AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83AFB

Black with #B83AFB

Text Example


Text Example

White with #B83AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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