Html Css Color HEX #BD0CA1 Medium Violet Red

📋 copy color: '#BD0CA1'

red 189 ◦ green 12 ◦ blue 161

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

Shades of Medium Violet Red #BD0CA1

Tints of Medium Violet Red #BD0CA1

RGB

 RED value IS 189 (74.22% from 255) = 52.21%

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 161 (63.28% from 255) = 44.48%

R = 52.21%
G = 3.31%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD0CA1 (or 0xBD0CA1) is known color: Medium Violet Red. HEX triplet: BD, 0C and A1. RGB value is (189,12,161). Sum of RGB (Red+Green+Blue) = 189+12+161=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0CA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0CA1 is #42F35E. Grayscale: #515151. Windows color (decimal): -4387679 or 10554557. OLE color: 10554557.

HSL color Cylindrical-coordinate representation of color #BD0CA1: hue angle of 309.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CA1 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 161 -
CMYK 0 0.94 0.15 0.26
HSL 309.49º 0.88% 0.39% -
HSV(B) 309.49º 0.94% 0.74% -
XYZ 27.55 13.65 34.9 -
YUV 81.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 189 12 161 0 0.94 0.15 0.26 309.49 0.88 0.39
Hex BD C A1 0 5E F 1A 135 58 27
Octal 275 14 241 0 136 17 32 465 130 47
Binary 10111101 1100 10100001 0 1011110 1111 11010 100110101 1011000 100111

Color Harmonies of #BD0CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0CA1

Black with #BD0CA1

Text Example


Text Example

White with #BD0CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0CA1; }

 p { color: rgb(189,12,161); }

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

background-color css

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

 a { background-color: rgb(189,12,161); }

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

border-color css

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

 span { border-color: rgb(189,12,161); }

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