Html Css Color HEX #B247CB Medium Orchid

📋 copy color: '#B247CB'

red 178 ◦ green 71 ◦ blue 203

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

Shades of Medium Orchid #B247CB

Tints of Medium Orchid #B247CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 39.38%
G = 15.71%
B = 44.91%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B247CB (or 0xB247CB) is known color: Medium Orchid. HEX triplet: B2, 47 and CB. RGB value is (178,71,203). Sum of RGB (Red+Green+Blue) = 178+71+203=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #B247CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247CB is #4DB834. Grayscale: #757575. Windows color (decimal): -5093429 or 13322162. OLE color: 13322162.

HSL color Cylindrical-coordinate representation of color #B247CB: hue angle of 288.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B247CB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 71 203 -
CMYK 0.12 0.65 0 0.20
HSL 288.64º 0.56% 0.54% -
HSV(B) 288.64º 0.65% 0.8% -
XYZ 31.39 18.28 58.37 -
YUV 118.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 178 71 203 0.12 0.65 0 0.20 288.64 0.56 0.54
Hex B2 47 CB C 41 0 14 121 38 36
Octal 262 107 313 14 101 0 24 441 70 66
Binary 10110010 1000111 11001011 1100 1000001 0 10100 100100001 111000 110110

Color Harmonies of #B247CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247CB

Black with #B247CB

Text Example


Text Example

White with #B247CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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