Html Css Color HEX #B247C9 Medium Orchid

📋 copy color: '#B247C9'

red 178 ◦ green 71 ◦ blue 201

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

Shades of Medium Orchid #B247C9

Tints of Medium Orchid #B247C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.78%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 39.56%
G = 15.78%
B = 44.67%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B247C9 (or 0xB247C9) is known color: Medium Orchid. HEX triplet: B2, 47 and C9. RGB value is (178,71,201). Sum of RGB (Red+Green+Blue) = 178+71+201=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #B247C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247C9 is #4DB836. Grayscale: #757575. Windows color (decimal): -5093431 or 13191090. OLE color: 13191090.

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

Color convert

RGB 178 71 201 -
CMYK 0.11 0.65 0 0.21
HSL 289.38º 0.55% 0.53% -
HSV(B) 289.38º 0.65% 0.79% -
XYZ 31.16 18.19 57.13 -
YUV 117.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 178 71 201 0.11 0.65 0 0.21 289.38 0.55 0.53
Hex B2 47 C9 B 41 0 15 121 37 35
Octal 262 107 311 13 101 0 25 441 67 65
Binary 10110010 1000111 11001001 1011 1000001 0 10101 100100001 110111 110101

Color Harmonies of #B247C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247C9

Black with #B247C9

Text Example


Text Example

White with #B247C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247C9; }

 p { color: rgb(178,71,201); }

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

background-color css

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

 a { background-color: rgb(178,71,201); }

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

border-color css

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

 span { border-color: rgb(178,71,201); }

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