Html Css Color HEX #B338F7 Medium Orchid

📋 copy color: '#B338F7'

red 179 ◦ green 56 ◦ blue 247

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

Shades of Medium Orchid #B338F7

Tints of Medium Orchid #B338F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.24%

R = 37.14%
G = 11.62%
B = 51.24%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B338F7 (or 0xB338F7) is known color: Medium Orchid. HEX triplet: B3, 38 and F7. RGB value is (179,56,247). Sum of RGB (Red+Green+Blue) = 179+56+247=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #B338F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B338F7 is #4CC708. Grayscale: #717171. Windows color (decimal): -5031689 or 16201907. OLE color: 16201907.

HSL color Cylindrical-coordinate representation of color #B338F7: hue angle of 278.64º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B338F7 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 56 247 -
CMYK 0.28 0.77 0 0.03
HSL 278.64º 0.92% 0.59% -
HSV(B) 278.64º 0.77% 0.97% -
XYZ 36.79 19.13 89.75 -
YUV 114.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 179 56 247 0.28 0.77 0 0.03 278.64 0.92 0.59
Hex B3 38 F7 1C 4D 0 3 117 5C 3B
Octal 263 70 367 34 115 0 3 427 134 73
Binary 10110011 111000 11110111 11100 1001101 0 11 100010111 1011100 111011

Color Harmonies of #B338F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338F7

Black with #B338F7

Text Example


Text Example

White with #B338F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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