Html Css Color HEX #B344CA Medium Orchid

📋 copy color: '#B344CA'

red 179 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #B344CA

Tints of Medium Orchid #B344CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 39.87%
G = 15.14%
B = 44.99%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B344CA (or 0xB344CA) is known color: Medium Orchid. HEX triplet: B3, 44 and CA. RGB value is (179,68,202). Sum of RGB (Red+Green+Blue) = 179+68+202=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #B344CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344CA is #4CBB35. Grayscale: #747474. Windows color (decimal): -5028662 or 13255859. OLE color: 13255859.

HSL color Cylindrical-coordinate representation of color #B344CA: hue angle of 289.7º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B344CA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 68 202 -
CMYK 0.11 0.66 0 0.21
HSL 289.7º 0.56% 0.53% -
HSV(B) 289.7º 0.66% 0.79% -
XYZ 31.32 17.98 57.7 -
YUV 116.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 179 68 202 0.11 0.66 0 0.21 289.7 0.56 0.53
Hex B3 44 CA B 42 0 15 122 38 35
Octal 263 104 312 13 102 0 25 442 70 65
Binary 10110011 1000100 11001010 1011 1000010 0 10101 100100010 111000 110101

Color Harmonies of #B344CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344CA

Black with #B344CA

Text Example


Text Example

White with #B344CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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