Html Css Color HEX #B145CA Medium Orchid

📋 copy color: '#B145CA'

red 177 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #B145CA

Tints of Medium Orchid #B145CA

RGB

 RED value IS 177 (69.53% from 255) = 39.51%

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

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

R = 39.51%
G = 15.4%
B = 45.09%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B145CA (or 0xB145CA) is known color: Medium Orchid. HEX triplet: B1, 45 and CA. RGB value is (177,69,202). Sum of RGB (Red+Green+Blue) = 177+69+202=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #B145CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145CA is #4EBA35. Grayscale: #747474. Windows color (decimal): -5159478 or 13256113. OLE color: 13256113.

HSL color Cylindrical-coordinate representation of color #B145CA: hue angle of 288.72º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B145CA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 69 202 -
CMYK 0.12 0.66 0 0.21
HSL 288.72º 0.56% 0.53% -
HSV(B) 288.72º 0.66% 0.79% -
XYZ 30.92 17.87 57.7 -
YUV 116.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 177 69 202 0.12 0.66 0 0.21 288.72 0.56 0.53
Hex B1 45 CA C 42 0 15 121 38 35
Octal 261 105 312 14 102 0 25 441 70 65
Binary 10110001 1000101 11001010 1100 1000010 0 10101 100100001 111000 110101

Color Harmonies of #B145CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145CA

Black with #B145CA

Text Example


Text Example

White with #B145CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145CA; }

 p { color: rgb(177,69,202); }

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

background-color css

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

 a { background-color: rgb(177,69,202); }

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

border-color css

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

 span { border-color: rgb(177,69,202); }

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