Html Css Color HEX #B83AEA Medium Orchid

📋 copy color: '#B83AEA'

red 184 ◦ green 58 ◦ blue 234

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

Shades of Medium Orchid #B83AEA

Tints of Medium Orchid #B83AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 38.66%
G = 12.18%
B = 49.16%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B83AEA (or 0xB83AEA) is known color: Medium Orchid. HEX triplet: B8, 3A and EA. RGB value is (184,58,234). Sum of RGB (Red+Green+Blue) = 184+58+234=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #B83AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83AEA is #47C515. Grayscale: #737373. Windows color (decimal): -4703510 or 15350456. OLE color: 15350456.

HSL color Cylindrical-coordinate representation of color #B83AEA: hue angle of 282.95º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83AEA is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 58 234 -
CMYK 0.21 0.75 0 0.08
HSL 282.95º 0.81% 0.57% -
HSV(B) 282.95º 0.75% 0.92% -
XYZ 36.13 19.16 79.64 -
YUV 115.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 184 58 234 0.21 0.75 0 0.08 282.95 0.81 0.57
Hex B8 3A EA 15 4B 0 8 11B 51 39
Octal 270 72 352 25 113 0 10 433 121 71
Binary 10111000 111010 11101010 10101 1001011 0 1000 100011011 1010001 111001

Color Harmonies of #B83AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83AEA

Black with #B83AEA

Text Example


Text Example

White with #B83AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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