Html Css Color HEX #B05AC8 Medium Orchid

📋 copy color: '#B05AC8'

red 176 ◦ green 90 ◦ blue 200

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

Shades of Medium Orchid #B05AC8

Tints of Medium Orchid #B05AC8

RGB

 RED value IS 176 (69.14% from 255) = 37.77%

 GREEN value IS 90 (35.55% from 255) = 19.31%

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 37.77%
G = 19.31%
B = 42.92%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B05AC8 (or 0xB05AC8) is known color: Medium Orchid. HEX triplet: B0, 5A and C8. RGB value is (176,90,200). Sum of RGB (Red+Green+Blue) = 176+90+200=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #B05AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AC8 is #4FA537. Grayscale: #7F7F7F. Windows color (decimal): -5219640 or 13130416. OLE color: 13130416.

HSL color Cylindrical-coordinate representation of color #B05AC8: hue angle of 286.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05AC8 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 90 200 -
CMYK 0.12 0.55 0 0.22
HSL 286.91º 0.5% 0.57% -
HSV(B) 286.91º 0.55% 0.78% -
XYZ 31.99 20.71 56.96 -
YUV 128.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 176 90 200 0.12 0.55 0 0.22 286.91 0.5 0.57
Hex B0 5A C8 C 37 0 16 11F 32 39
Octal 260 132 310 14 67 0 26 437 62 71
Binary 10110000 1011010 11001000 1100 110111 0 10110 100011111 110010 111001

Color Harmonies of #B05AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AC8

Black with #B05AC8

Text Example


Text Example

White with #B05AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AC8; }

 p { color: rgb(176,90,200); }

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

background-color css

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

 a { background-color: rgb(176,90,200); }

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

border-color css

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

 span { border-color: rgb(176,90,200); }

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