Html Css Color HEX #B36AF0 Medium Orchid

📋 copy color: '#B36AF0'

red 179 ◦ green 106 ◦ blue 240

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

Shades of Medium Orchid #B36AF0

Tints of Medium Orchid #B36AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.19%

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

R = 34.1%
G = 20.19%
B = 45.71%

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

#B36AF0 (or 0xB36AF0) is known color: Medium Orchid. HEX triplet: B3, 6A and F0. RGB value is (179,106,240). Sum of RGB (Red+Green+Blue) = 179+106+240=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #B36AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36AF0 is #4C950F. Grayscale: #8E8E8E. Windows color (decimal): -5018896 or 15755955. OLE color: 15755955.

HSL color Cylindrical-coordinate representation of color #B36AF0: hue angle of 272.69º 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 #B36AF0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 106 240 -
CMYK 0.25 0.56 0 0.06
HSL 272.69º 0.82% 0.68% -
HSV(B) 272.69º 0.56% 0.94% -
XYZ 39.47 26.18 85.41 -
YUV 143.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 179 106 240 0.25 0.56 0 0.06 272.69 0.82 0.68
Hex B3 6A F0 19 38 0 6 111 52 44
Octal 263 152 360 31 70 0 6 421 122 104
Binary 10110011 1101010 11110000 11001 111000 0 110 100010001 1010010 1000100

Color Harmonies of #B36AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36AF0

Black with #B36AF0

Text Example


Text Example

White with #B36AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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