Html Css Color HEX #B36ACF Medium Orchid

📋 copy color: '#B36ACF'

red 179 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #B36ACF

Tints of Medium Orchid #B36ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 36.38%
G = 21.54%
B = 42.07%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B36ACF (or 0xB36ACF) is known color: Medium Orchid. HEX triplet: B3, 6A and CF. RGB value is (179,106,207). Sum of RGB (Red+Green+Blue) = 179+106+207=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B36ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ACF is #4C9530. Grayscale: #8B8B8B. Windows color (decimal): -5018929 or 13593267. OLE color: 13593267.

HSL color Cylindrical-coordinate representation of color #B36ACF: hue angle of 283.37º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36ACF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 106 207 -
CMYK 0.14 0.49 0 0.19
HSL 283.37º 0.51% 0.61% -
HSV(B) 283.37º 0.49% 0.81% -
XYZ 35.01 24.4 61.9 -
YUV 139.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 179 106 207 0.14 0.49 0 0.19 283.37 0.51 0.61
Hex B3 6A CF E 31 0 13 11B 33 3D
Octal 263 152 317 16 61 0 23 433 63 75
Binary 10110011 1101010 11001111 1110 110001 0 10011 100011011 110011 111101

Color Harmonies of #B36ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36ACF

Black with #B36ACF

Text Example


Text Example

White with #B36ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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