Html Css Color HEX #B344CE Medium Orchid

📋 copy color: '#B344CE'

red 179 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #B344CE

Tints of Medium Orchid #B344CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 39.51%
G = 15.01%
B = 45.47%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B344CE (or 0xB344CE) is known color: Medium Orchid. HEX triplet: B3, 44 and CE. RGB value is (179,68,206). Sum of RGB (Red+Green+Blue) = 179+68+206=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #B344CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344CE is #4CBB31. Grayscale: #747474. Windows color (decimal): -5028658 or 13518003. OLE color: 13518003.

HSL color Cylindrical-coordinate representation of color #B344CE: hue angle of 288.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B344CE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 68 206 -
CMYK 0.13 0.67 0 0.19
HSL 288.26º 0.58% 0.54% -
HSV(B) 288.26º 0.67% 0.81% -
XYZ 31.8 18.17 60.22 -
YUV 116.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 179 68 206 0.13 0.67 0 0.19 288.26 0.58 0.54
Hex B3 44 CE D 43 0 13 120 3A 36
Octal 263 104 316 15 103 0 23 440 72 66
Binary 10110011 1000100 11001110 1101 1000011 0 10011 100100000 111010 110110

Color Harmonies of #B344CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344CE

Black with #B344CE

Text Example


Text Example

White with #B344CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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