Html Css Color HEX #B344CC Medium Orchid

📋 copy color: '#B344CC'

red 179 ◦ green 68 ◦ blue 204

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

Shades of Medium Orchid #B344CC

Tints of Medium Orchid #B344CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 39.69%
G = 15.08%
B = 45.23%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B344CC (or 0xB344CC) is known color: Medium Orchid. HEX triplet: B3, 44 and CC. RGB value is (179,68,204). Sum of RGB (Red+Green+Blue) = 179+68+204=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B344CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344CC is #4CBB33. Grayscale: #747474. Windows color (decimal): -5028660 or 13386931. OLE color: 13386931.

HSL color Cylindrical-coordinate representation of color #B344CC: hue angle of 288.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B344CC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 68 204 -
CMYK 0.12 0.67 0 0.2
HSL 288.97º 0.57% 0.53% -
HSV(B) 288.97º 0.67% 0.8% -
XYZ 31.56 18.08 58.95 -
YUV 116.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 179 68 204 0.12 0.67 0 0.2 288.97 0.57 0.53
Hex B3 44 CC C 43 0 14 121 39 35
Octal 263 104 314 14 103 0 24 441 71 65
Binary 10110011 1000100 11001100 1100 1000011 0 10100 100100001 111001 110101

Color Harmonies of #B344CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344CC

Black with #B344CC

Text Example


Text Example

White with #B344CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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