Html Css Color HEX #B471CA Medium Orchid

📋 copy color: '#B471CA'

red 180 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #B471CA

Tints of Medium Orchid #B471CA

RGB

 RED value IS 180 (70.7% from 255) = 36.36%

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

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

R = 36.36%
G = 22.83%
B = 40.81%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B471CA (or 0xB471CA) is known color: Medium Orchid. HEX triplet: B4, 71 and CA. RGB value is (180,113,202). Sum of RGB (Red+Green+Blue) = 180+113+202=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #B471CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471CA is #4B8E35. Grayscale: #8E8E8E. Windows color (decimal): -4951606 or 13267380. OLE color: 13267380.

HSL color Cylindrical-coordinate representation of color #B471CA: hue angle of 285.17º 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 #B471CA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 113 202 -
CMYK 0.11 0.44 0 0.21
HSL 285.17º 0.46% 0.62% -
HSV(B) 285.17º 0.44% 0.79% -
XYZ 35.39 25.78 58.99 -
YUV 143.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 180 113 202 0.11 0.44 0 0.21 285.17 0.46 0.62
Hex B4 71 CA B 2C 0 15 11D 2E 3E
Octal 264 161 312 13 54 0 25 435 56 76
Binary 10110100 1110001 11001010 1011 101100 0 10101 100011101 101110 111110

Color Harmonies of #B471CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471CA

Black with #B471CA

Text Example


Text Example

White with #B471CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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