Html Css Color HEX #B971CA Medium Orchid

📋 copy color: '#B971CA'

red 185 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #B971CA

Tints of Medium Orchid #B971CA

RGB

 RED value IS 185 (72.66% from 255) = 37%

 GREEN value IS 113 (44.53% from 255) = 22.6%

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 37%
G = 22.6%
B = 40.4%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B971CA (or 0xB971CA) is known color: Medium Orchid. HEX triplet: B9, 71 and CA. RGB value is (185,113,202). Sum of RGB (Red+Green+Blue) = 185+113+202=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #B971CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971CA is #468E35. Grayscale: #909090. Windows color (decimal): -4623926 or 13267385. OLE color: 13267385.

HSL color Cylindrical-coordinate representation of color #B971CA: hue angle of 288.54º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B971CA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 113 202 -
CMYK 0.08 0.44 0 0.21
HSL 288.54º 0.46% 0.62% -
HSV(B) 288.54º 0.44% 0.79% -
XYZ 36.57 26.39 59.04 -
YUV 144.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 185 113 202 0.08 0.44 0 0.21 288.54 0.46 0.62
Hex B9 71 CA 8 2C 0 15 121 2E 3E
Octal 271 161 312 10 54 0 25 441 56 76
Binary 10111001 1110001 11001010 1000 101100 0 10101 100100001 101110 111110

Color Harmonies of #B971CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971CA

Black with #B971CA

Text Example


Text Example

White with #B971CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971CA; }

 p { color: rgb(185,113,202); }

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

background-color css

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

 a { background-color: rgb(185,113,202); }

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

border-color css

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

 span { border-color: rgb(185,113,202); }

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