Html Css Color HEX #B338DF Medium Orchid

📋 copy color: '#B338DF'

red 179 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #B338DF

Tints of Medium Orchid #B338DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.23%

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

R = 39.08%
G = 12.23%
B = 48.69%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B338DF (or 0xB338DF) is known color: Medium Orchid. HEX triplet: B3, 38 and DF. RGB value is (179,56,223). Sum of RGB (Red+Green+Blue) = 179+56+223=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #B338DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338DF is #4CC720. Grayscale: #6F6F6F. Windows color (decimal): -5031713 or 14629043. OLE color: 14629043.

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

Color convert

RGB 179 56 223 -
CMYK 0.20 0.75 0 0.13
HSL 284.19º 0.72% 0.55% -
HSV(B) 284.19º 0.75% 0.87% -
XYZ 33.32 17.74 71.48 -
YUV 111.82 190.75 175.92 -
System Red Green Blue C M Y K H S L
Decimal 179 56 223 0.20 0.75 0 0.13 284.19 0.72 0.55
Hex B3 38 DF 14 4B 0 D 11C 48 37
Octal 263 70 337 24 113 0 15 434 110 67
Binary 10110011 111000 11011111 10100 1001011 0 1101 100011100 1001000 110111

Color Harmonies of #B338DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338DF

Black with #B338DF

Text Example


Text Example

White with #B338DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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