Html Css Color HEX #B369F0 Medium Orchid

📋 copy color: '#B369F0'

red 179 ◦ green 105 ◦ blue 240

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

Shades of Medium Orchid #B369F0

Tints of Medium Orchid #B369F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.04%

 BLUE value IS 240 (94.14% from 255) = 45.8%

R = 34.16%
G = 20.04%
B = 45.8%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B369F0 (or 0xB369F0) is known color: Medium Orchid. HEX triplet: B3, 69 and F0. RGB value is (179,105,240). Sum of RGB (Red+Green+Blue) = 179+105+240=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #B369F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369F0 is #4C960F. Grayscale: #8E8E8E. Windows color (decimal): -5019152 or 15755699. OLE color: 15755699.

HSL color Cylindrical-coordinate representation of color #B369F0: hue angle of 272.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B369F0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 105 240 -
CMYK 0.25 0.56 0 0.06
HSL 272.89º 0.82% 0.68% -
HSV(B) 272.89º 0.56% 0.94% -
XYZ 39.37 25.98 85.38 -
YUV 142.52 183.02 154.02 -
System Red Green Blue C M Y K H S L
Decimal 179 105 240 0.25 0.56 0 0.06 272.89 0.82 0.68
Hex B3 69 F0 19 38 0 6 111 52 44
Octal 263 151 360 31 70 0 6 421 122 104
Binary 10110011 1101001 11110000 11001 111000 0 110 100010001 1010010 1000100

Color Harmonies of #B369F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369F0

Black with #B369F0

Text Example


Text Example

White with #B369F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369F0; }

 p { color: rgb(179,105,240); }

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

background-color css

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

 a { background-color: rgb(179,105,240); }

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

border-color css

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

 span { border-color: rgb(179,105,240); }

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