Html Css Color HEX #B36FDF Medium Orchid

📋 copy color: '#B36FDF'

red 179 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #B36FDF

Tints of Medium Orchid #B36FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

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

R = 34.89%
G = 21.64%
B = 43.47%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B36FDF (or 0xB36FDF) is known color: Medium Orchid. HEX triplet: B3, 6F and DF. RGB value is (179,111,223). Sum of RGB (Red+Green+Blue) = 179+111+223=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #B36FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FDF is #4C9020. Grayscale: #8F8F8F. Windows color (decimal): -5017633 or 14643123. OLE color: 14643123.

HSL color Cylindrical-coordinate representation of color #B36FDF: hue angle of 276.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36FDF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 111 223 -
CMYK 0.20 0.50 0 0.13
HSL 276.43º 0.64% 0.65% -
HSV(B) 276.43º 0.5% 0.87% -
XYZ 37.59 26.28 72.9 -
YUV 144.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 179 111 223 0.20 0.50 0 0.13 276.43 0.64 0.65
Hex B3 6F DF 14 32 0 D 114 40 41
Octal 263 157 337 24 62 0 15 424 100 101
Binary 10110011 1101111 11011111 10100 110010 0 1101 100010100 1000000 1000001

Color Harmonies of #B36FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FDF

Black with #B36FDF

Text Example


Text Example

White with #B36FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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