Html Css Color HEX #B344FF Medium Orchid

📋 copy color: '#B344FF'

red 179 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #B344FF

Tints of Medium Orchid #B344FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 35.66%
G = 13.55%
B = 50.8%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B344FF (or 0xB344FF) is known color: Medium Orchid. HEX triplet: B3, 44 and FF. RGB value is (179,68,255). Sum of RGB (Red+Green+Blue) = 179+68+255=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B344FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344FF is #4CBB00. Grayscale: #797979. Windows color (decimal): -5028609 or 16729267. OLE color: 16729267.

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

Color convert

RGB 179 68 255 -
CMYK 0.30 0.73 0 0
HSL 275.62º 1% 0.63% -
HSV(B) 275.62º 0.73% 1% -
XYZ 38.71 20.94 96.61 -
YUV 122.51 202.77 168.29 -
System Red Green Blue C M Y K H S L
Decimal 179 68 255 0.30 0.73 0 0 275.62 1 0.63
Hex B3 44 FF 1E 49 0 0 114 64 3F
Octal 263 104 377 36 111 0 0 424 144 77
Binary 10110011 1000100 11111111 11110 1001001 0 0 100010100 1100100 111111

Color Harmonies of #B344FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344FF

Black with #B344FF

Text Example


Text Example

White with #B344FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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