Html Css Color HEX #B348DF Medium Orchid

📋 copy color: '#B348DF'

red 179 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #B348DF

Tints of Medium Orchid #B348DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.19%

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 37.76%
G = 15.19%
B = 47.05%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B348DF (or 0xB348DF) is known color: Medium Orchid. HEX triplet: B3, 48 and DF. RGB value is (179,72,223). Sum of RGB (Red+Green+Blue) = 179+72+223=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #B348DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348DF is #4CB720. Grayscale: #787878. Windows color (decimal): -5027617 or 14633139. OLE color: 14633139.

HSL color Cylindrical-coordinate representation of color #B348DF: hue angle of 282.52º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B348DF is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 72 223 -
CMYK 0.20 0.68 0 0.13
HSL 282.52º 0.7% 0.58% -
HSV(B) 282.52º 0.68% 0.87% -
XYZ 34.23 19.55 71.78 -
YUV 121.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 179 72 223 0.20 0.68 0 0.13 282.52 0.7 0.58
Hex B3 48 DF 14 44 0 D 11B 46 3A
Octal 263 110 337 24 104 0 15 433 106 72
Binary 10110011 1001000 11011111 10100 1000100 0 1101 100011011 1000110 111010

Color Harmonies of #B348DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348DF

Black with #B348DF

Text Example


Text Example

White with #B348DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348DF; }

 p { color: rgb(179,72,223); }

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

background-color css

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

 a { background-color: rgb(179,72,223); }

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

border-color css

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

 span { border-color: rgb(179,72,223); }

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