Html Css Color HEX #B445C5 Medium Orchid

📋 copy color: '#B445C5'

red 180 ◦ green 69 ◦ blue 197

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

Shades of Medium Orchid #B445C5

Tints of Medium Orchid #B445C5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.47%

 BLUE value IS 197 (77.34% from 255) = 44.17%

R = 40.36%
G = 15.47%
B = 44.17%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B445C5 (or 0xB445C5) is known color: Medium Orchid. HEX triplet: B4, 45 and C5. RGB value is (180,69,197). Sum of RGB (Red+Green+Blue) = 180+69+197=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #B445C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445C5 is #4BBA3A. Grayscale: #747474. Windows color (decimal): -4962875 or 12928436. OLE color: 12928436.

HSL color Cylindrical-coordinate representation of color #B445C5: hue angle of 292.03º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B445C5 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 69 197 -
CMYK 0.09 0.65 0 0.23
HSL 292.03º 0.52% 0.52% -
HSV(B) 292.03º 0.65% 0.77% -
XYZ 31.03 17.99 54.66 -
YUV 116.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 180 69 197 0.09 0.65 0 0.23 292.03 0.52 0.52
Hex B4 45 C5 9 41 0 17 124 34 34
Octal 264 105 305 11 101 0 27 444 64 64
Binary 10110100 1000101 11000101 1001 1000001 0 10111 100100100 110100 110100

Color Harmonies of #B445C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445C5

Black with #B445C5

Text Example


Text Example

White with #B445C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445C5; }

 p { color: rgb(180,69,197); }

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

background-color css

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

 a { background-color: rgb(180,69,197); }

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

border-color css

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

 span { border-color: rgb(180,69,197); }

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