Html Css Color HEX #B05ACF Medium Orchid

📋 copy color: '#B05ACF'

red 176 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #B05ACF

Tints of Medium Orchid #B05ACF

RGB

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

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

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

R = 37.21%
G = 19.03%
B = 43.76%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B05ACF (or 0xB05ACF) is known color: Medium Orchid. HEX triplet: B0, 5A and CF. RGB value is (176,90,207). Sum of RGB (Red+Green+Blue) = 176+90+207=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #B05ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ACF is #4FA530. Grayscale: #808080. Windows color (decimal): -5219633 or 13589168. OLE color: 13589168.

HSL color Cylindrical-coordinate representation of color #B05ACF: hue angle of 284.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B05ACF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 90 207 -
CMYK 0.15 0.57 0 0.19
HSL 284.1º 0.55% 0.58% -
HSV(B) 284.1º 0.57% 0.81% -
XYZ 32.82 21.05 61.36 -
YUV 129.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 176 90 207 0.15 0.57 0 0.19 284.1 0.55 0.58
Hex B0 5A CF F 39 0 13 11C 37 3A
Octal 260 132 317 17 71 0 23 434 67 72
Binary 10110000 1011010 11001111 1111 111001 0 10011 100011100 110111 111010

Color Harmonies of #B05ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ACF

Black with #B05ACF

Text Example


Text Example

White with #B05ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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