Html Css Color HEX #B344FD Medium Orchid

📋 copy color: '#B344FD'

red 179 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #B344FD

Tints of Medium Orchid #B344FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 35.8%
G = 13.6%
B = 50.6%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B344FD (or 0xB344FD) is known color: Medium Orchid. HEX triplet: B3, 44 and FD. RGB value is (179,68,253). Sum of RGB (Red+Green+Blue) = 179+68+253=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #B344FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344FD is #4CBB02. Grayscale: #797979. Windows color (decimal): -5028611 or 16598195. OLE color: 16598195.

HSL color Cylindrical-coordinate representation of color #B344FD: hue angle of 276º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B344FD is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 68 253 -
CMYK 0.29 0.73 0 0.01
HSL 276º 0.98% 0.63% -
HSV(B) 276º 0.73% 0.99% -
XYZ 38.39 20.81 94.92 -
YUV 122.28 201.77 168.46 -
System Red Green Blue C M Y K H S L
Decimal 179 68 253 0.29 0.73 0 0.01 276 0.98 0.63
Hex B3 44 FD 1D 49 0 1 114 62 3F
Octal 263 104 375 35 111 0 1 424 142 77
Binary 10110011 1000100 11111101 11101 1001001 0 1 100010100 1100010 111111

Color Harmonies of #B344FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344FD

Black with #B344FD

Text Example


Text Example

White with #B344FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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