Html Css Color HEX #B344CB Medium Orchid

📋 copy color: '#B344CB'

red 179 ◦ green 68 ◦ blue 203

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

Shades of Medium Orchid #B344CB

Tints of Medium Orchid #B344CB

RGB

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

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

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

R = 39.78%
G = 15.11%
B = 45.11%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B344CB (or 0xB344CB) is known color: Medium Orchid. HEX triplet: B3, 44 and CB. RGB value is (179,68,203). Sum of RGB (Red+Green+Blue) = 179+68+203=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #B344CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344CB is #4CBB34. Grayscale: #747474. Windows color (decimal): -5028661 or 13321395. OLE color: 13321395.

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

Color convert

RGB 179 68 203 -
CMYK 0.12 0.67 0 0.20
HSL 289.33º 0.56% 0.53% -
HSV(B) 289.33º 0.67% 0.8% -
XYZ 31.44 18.03 58.32 -
YUV 116.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 179 68 203 0.12 0.67 0 0.20 289.33 0.56 0.53
Hex B3 44 CB C 43 0 14 121 38 35
Octal 263 104 313 14 103 0 24 441 70 65
Binary 10110011 1000100 11001011 1100 1000011 0 10100 100100001 111000 110101

Color Harmonies of #B344CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344CB

Black with #B344CB

Text Example


Text Example

White with #B344CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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