Html Css Color HEX #B15ACF Medium Orchid

📋 copy color: '#B15ACF'

red 177 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #B15ACF

Tints of Medium Orchid #B15ACF

RGB

 RED value IS 177 (69.53% from 255) = 37.34%

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

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

R = 37.34%
G = 18.99%
B = 43.67%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B15ACF (or 0xB15ACF) is known color: Medium Orchid. HEX triplet: B1, 5A and CF. RGB value is (177,90,207). Sum of RGB (Red+Green+Blue) = 177+90+207=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B15ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ACF is #4EA530. Grayscale: #808080. Windows color (decimal): -5154097 or 13589169. OLE color: 13589169.

HSL color Cylindrical-coordinate representation of color #B15ACF: hue angle of 284.62º 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 #B15ACF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 90 207 -
CMYK 0.14 0.57 0 0.19
HSL 284.62º 0.55% 0.58% -
HSV(B) 284.62º 0.57% 0.81% -
XYZ 33.05 21.16 61.37 -
YUV 129.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 177 90 207 0.14 0.57 0 0.19 284.62 0.55 0.58
Hex B1 5A CF E 39 0 13 11D 37 3A
Octal 261 132 317 16 71 0 23 435 67 72
Binary 10110001 1011010 11001111 1110 111001 0 10011 100011101 110111 111010

Color Harmonies of #B15ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15ACF

Black with #B15ACF

Text Example


Text Example

White with #B15ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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