Html Css Color HEX #B83BDA Medium Orchid

📋 copy color: '#B83BDA'

red 184 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #B83BDA

Tints of Medium Orchid #B83BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 39.91%
G = 12.8%
B = 47.29%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B83BDA (or 0xB83BDA) is known color: Medium Orchid. HEX triplet: B8, 3B and DA. RGB value is (184,59,218). Sum of RGB (Red+Green+Blue) = 184+59+218=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #B83BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BDA is #47C425. Grayscale: #717171. Windows color (decimal): -4703270 or 14302136. OLE color: 14302136.

HSL color Cylindrical-coordinate representation of color #B83BDA: hue angle of 287.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83BDA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 59 218 -
CMYK 0.16 0.73 0 0.15
HSL 287.17º 0.68% 0.54% -
HSV(B) 287.17º 0.73% 0.85% -
XYZ 33.99 18.38 68.09 -
YUV 114.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 184 59 218 0.16 0.73 0 0.15 287.17 0.68 0.54
Hex B8 3B DA 10 49 0 F 11F 44 36
Octal 270 73 332 20 111 0 17 437 104 66
Binary 10111000 111011 11011010 10000 1001001 0 1111 100011111 1000100 110110

Color Harmonies of #B83BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83BDA

Black with #B83BDA

Text Example


Text Example

White with #B83BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83BDA; }

 p { color: rgb(184,59,218); }

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

background-color css

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

 a { background-color: rgb(184,59,218); }

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

border-color css

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

 span { border-color: rgb(184,59,218); }

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