Html Css Color HEX #B344C6 Medium Orchid

📋 copy color: '#B344C6'

red 179 ◦ green 68 ◦ blue 198

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

Shades of Medium Orchid #B344C6

Tints of Medium Orchid #B344C6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.28%

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 40.22%
G = 15.28%
B = 44.49%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B344C6 (or 0xB344C6) is known color: Medium Orchid. HEX triplet: B3, 44 and C6. RGB value is (179,68,198). Sum of RGB (Red+Green+Blue) = 179+68+198=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #B344C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344C6 is #4CBB39. Grayscale: #737373. Windows color (decimal): -5028666 or 12993715. OLE color: 12993715.

HSL color Cylindrical-coordinate representation of color #B344C6: hue angle of 291.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B344C6 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 68 198 -
CMYK 0.10 0.66 0 0.22
HSL 291.23º 0.53% 0.52% -
HSV(B) 291.23º 0.66% 0.78% -
XYZ 30.85 17.8 55.23 -
YUV 116.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 179 68 198 0.10 0.66 0 0.22 291.23 0.53 0.52
Hex B3 44 C6 A 42 0 16 123 35 34
Octal 263 104 306 12 102 0 26 443 65 64
Binary 10110011 1000100 11000110 1010 1000010 0 10110 100100011 110101 110100

Color Harmonies of #B344C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344C6

Black with #B344C6

Text Example


Text Example

White with #B344C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344C6; }

 p { color: rgb(179,68,198); }

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

background-color css

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

 a { background-color: rgb(179,68,198); }

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

border-color css

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

 span { border-color: rgb(179,68,198); }

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