Html Css Color HEX #B347CB Medium Orchid

📋 copy color: '#B347CB'

red 179 ◦ green 71 ◦ blue 203

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

Shades of Medium Orchid #B347CB

Tints of Medium Orchid #B347CB

RGB

 RED value IS 179 (70.31% from 255) = 39.51%

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

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

R = 39.51%
G = 15.67%
B = 44.81%

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

#B347CB (or 0xB347CB) is known color: Medium Orchid. HEX triplet: B3, 47 and CB. RGB value is (179,71,203). Sum of RGB (Red+Green+Blue) = 179+71+203=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #B347CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347CB is #4CB834. Grayscale: #757575. Windows color (decimal): -5027893 or 13322163. OLE color: 13322163.

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

Color convert

RGB 179 71 203 -
CMYK 0.12 0.65 0 0.20
HSL 289.09º 0.56% 0.54% -
HSV(B) 289.09º 0.65% 0.8% -
XYZ 31.62 18.4 58.39 -
YUV 118.34 175.78 171.27 -
System Red Green Blue C M Y K H S L
Decimal 179 71 203 0.12 0.65 0 0.20 289.09 0.56 0.54
Hex B3 47 CB C 41 0 14 121 38 36
Octal 263 107 313 14 101 0 24 441 70 66
Binary 10110011 1000111 11001011 1100 1000001 0 10100 100100001 111000 110110

Color Harmonies of #B347CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347CB

Black with #B347CB

Text Example


Text Example

White with #B347CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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