Html Css Color HEX #B53ACF Medium Orchid

📋 copy color: '#B53ACF'

red 181 ◦ green 58 ◦ blue 207

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

Shades of Medium Orchid #B53ACF

Tints of Medium Orchid #B53ACF

RGB

 RED value IS 181 (71.09% from 255) = 40.58%

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

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

R = 40.58%
G = 13%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B53ACF (or 0xB53ACF) is known color: Medium Orchid. HEX triplet: B5, 3A and CF. RGB value is (181,58,207). Sum of RGB (Red+Green+Blue) = 181+58+207=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B53ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ACF is #4AC530. Grayscale: #6F6F6F. Windows color (decimal): -4900145 or 13580981. OLE color: 13580981.

HSL color Cylindrical-coordinate representation of color #B53ACF: hue angle of 289.53º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53ACF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 58 207 -
CMYK 0.13 0.72 0 0.19
HSL 289.53º 0.61% 0.52% -
HSV(B) 289.53º 0.72% 0.81% -
XYZ 31.83 17.35 60.7 -
YUV 111.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 181 58 207 0.13 0.72 0 0.19 289.53 0.61 0.52
Hex B5 3A CF D 48 0 13 122 3D 34
Octal 265 72 317 15 110 0 23 442 75 64
Binary 10110101 111010 11001111 1101 1001000 0 10011 100100010 111101 110100

Color Harmonies of #B53ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53ACF

Black with #B53ACF

Text Example


Text Example

White with #B53ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53ACF; }

 p { color: rgb(181,58,207); }

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

background-color css

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

 a { background-color: rgb(181,58,207); }

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

border-color css

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

 span { border-color: rgb(181,58,207); }

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