Html Css Color HEX #B05ACC Medium Orchid

📋 copy color: '#B05ACC'

red 176 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #B05ACC

Tints of Medium Orchid #B05ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 37.45%
G = 19.15%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B05ACC (or 0xB05ACC) is known color: Medium Orchid. HEX triplet: B0, 5A and CC. RGB value is (176,90,204). Sum of RGB (Red+Green+Blue) = 176+90+204=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #B05ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ACC is #4FA533. Grayscale: #808080. Windows color (decimal): -5219636 or 13392560. OLE color: 13392560.

HSL color Cylindrical-coordinate representation of color #B05ACC: hue angle of 285.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05ACC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 90 204 -
CMYK 0.14 0.56 0 0.2
HSL 285.26º 0.53% 0.58% -
HSV(B) 285.26º 0.56% 0.8% -
XYZ 32.46 20.9 59.45 -
YUV 128.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 176 90 204 0.14 0.56 0 0.2 285.26 0.53 0.58
Hex B0 5A CC E 38 0 14 11D 35 3A
Octal 260 132 314 16 70 0 24 435 65 72
Binary 10110000 1011010 11001100 1110 111000 0 10100 100011101 110101 111010

Color Harmonies of #B05ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ACC

Black with #B05ACC

Text Example


Text Example

White with #B05ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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