Html Css Color HEX #B83ACB Medium Orchid

📋 copy color: '#B83ACB'

red 184 ◦ green 58 ◦ blue 203

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

Shades of Medium Orchid #B83ACB

Tints of Medium Orchid #B83ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 41.35%
G = 13.03%
B = 45.62%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B83ACB (or 0xB83ACB) is known color: Medium Orchid. HEX triplet: B8, 3A and CB. RGB value is (184,58,203). Sum of RGB (Red+Green+Blue) = 184+58+203=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B83ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ACB is #47C534. Grayscale: #6F6F6F. Windows color (decimal): -4703541 or 13318840. OLE color: 13318840.

HSL color Cylindrical-coordinate representation of color #B83ACB: hue angle of 292.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83ACB is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 58 203 -
CMYK 0.09 0.71 0 0.20
HSL 292.14º 0.58% 0.51% -
HSV(B) 292.14º 0.71% 0.8% -
XYZ 32.06 17.53 58.19 -
YUV 112.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 184 58 203 0.09 0.71 0 0.20 292.14 0.58 0.51
Hex B8 3A CB 9 47 0 14 124 3A 33
Octal 270 72 313 11 107 0 24 444 72 63
Binary 10111000 111010 11001011 1001 1000111 0 10100 100100100 111010 110011

Color Harmonies of #B83ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83ACB

Black with #B83ACB

Text Example


Text Example

White with #B83ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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