Html Css Color HEX #B245C5 Medium Orchid

📋 copy color: '#B245C5'

red 178 ◦ green 69 ◦ blue 197

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

Shades of Medium Orchid #B245C5

Tints of Medium Orchid #B245C5

RGB

 RED value IS 178 (69.92% from 255) = 40.09%

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

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

R = 40.09%
G = 15.54%
B = 44.37%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B245C5 (or 0xB245C5) is known color: Medium Orchid. HEX triplet: B2, 45 and C5. RGB value is (178,69,197). Sum of RGB (Red+Green+Blue) = 178+69+197=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 197 - color contains mainly: blue. Hex color #B245C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245C5 is #4DBA3A. Grayscale: #737373. Windows color (decimal): -5093947 or 12928434. OLE color: 12928434.

HSL color Cylindrical-coordinate representation of color #B245C5: hue angle of 291.09º 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 #B245C5 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 69 197 -
CMYK 0.10 0.65 0 0.23
HSL 291.09º 0.52% 0.52% -
HSV(B) 291.09º 0.65% 0.77% -
XYZ 30.57 17.75 54.64 -
YUV 116.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 178 69 197 0.10 0.65 0 0.23 291.09 0.52 0.52
Hex B2 45 C5 A 41 0 17 123 34 34
Octal 262 105 305 12 101 0 27 443 64 64
Binary 10110010 1000101 11000101 1010 1000001 0 10111 100100011 110100 110100

Color Harmonies of #B245C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245C5

Black with #B245C5

Text Example


Text Example

White with #B245C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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