Html Css Color HEX #B145CC Medium Orchid

📋 copy color: '#B145CC'

red 177 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #B145CC

Tints of Medium Orchid #B145CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 39.33%
G = 15.33%
B = 45.33%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B145CC (or 0xB145CC) is known color: Medium Orchid. HEX triplet: B1, 45 and CC. RGB value is (177,69,204). Sum of RGB (Red+Green+Blue) = 177+69+204=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #B145CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145CC is #4EBA33. Grayscale: #747474. Windows color (decimal): -5159476 or 13387185. OLE color: 13387185.

HSL color Cylindrical-coordinate representation of color #B145CC: hue angle of 288º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B145CC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 69 204 -
CMYK 0.13 0.66 0 0.2
HSL 288º 0.57% 0.54% -
HSV(B) 288º 0.66% 0.8% -
XYZ 31.16 17.96 58.95 -
YUV 116.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 177 69 204 0.13 0.66 0 0.2 288 0.57 0.54
Hex B1 45 CC D 42 0 14 120 39 36
Octal 261 105 314 15 102 0 24 440 71 66
Binary 10110001 1000101 11001100 1101 1000010 0 10100 100100000 111001 110110

Color Harmonies of #B145CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145CC

Black with #B145CC

Text Example


Text Example

White with #B145CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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