Html Css Color HEX #B83ACF Medium Orchid

📋 copy color: '#B83ACF'

red 184 ◦ green 58 ◦ blue 207

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

Shades of Medium Orchid #B83ACF

Tints of Medium Orchid #B83ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 40.98%
G = 12.92%
B = 46.1%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B83ACF (or 0xB83ACF) is known color: Medium Orchid. HEX triplet: B8, 3A and CF. RGB value is (184,58,207). Sum of RGB (Red+Green+Blue) = 184+58+207=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #B83ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ACF is #47C530. Grayscale: #707070. Windows color (decimal): -4703537 or 13580984. OLE color: 13580984.

HSL color Cylindrical-coordinate representation of color #B83ACF: hue angle of 290.74º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83ACF is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 58 207 -
CMYK 0.11 0.72 0 0.19
HSL 290.74º 0.61% 0.52% -
HSV(B) 290.74º 0.72% 0.81% -
XYZ 32.54 17.72 60.74 -
YUV 112.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 184 58 207 0.11 0.72 0 0.19 290.74 0.61 0.52
Hex B8 3A CF B 48 0 13 123 3D 34
Octal 270 72 317 13 110 0 23 443 75 64
Binary 10111000 111010 11001111 1011 1001000 0 10011 100100011 111101 110100

Color Harmonies of #B83ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83ACF

Black with #B83ACF

Text Example


Text Example

White with #B83ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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