Html Css Color HEX #B66ACF Medium Orchid

📋 copy color: '#B66ACF'

red 182 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #B66ACF

Tints of Medium Orchid #B66ACF

RGB

 RED value IS 182 (71.48% from 255) = 36.77%

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

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

R = 36.77%
G = 21.41%
B = 41.82%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B66ACF (or 0xB66ACF) is known color: Medium Orchid. HEX triplet: B6, 6A and CF. RGB value is (182,106,207). Sum of RGB (Red+Green+Blue) = 182+106+207=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B66ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ACF is #499530. Grayscale: #8B8B8B. Windows color (decimal): -4822321 or 13593270. OLE color: 13593270.

HSL color Cylindrical-coordinate representation of color #B66ACF: hue angle of 285.15º 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 #B66ACF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 106 207 -
CMYK 0.12 0.49 0 0.19
HSL 285.15º 0.51% 0.61% -
HSV(B) 285.15º 0.49% 0.81% -
XYZ 35.71 24.76 61.93 -
YUV 140.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 182 106 207 0.12 0.49 0 0.19 285.15 0.51 0.61
Hex B6 6A CF C 31 0 13 11D 33 3D
Octal 266 152 317 14 61 0 23 435 63 75
Binary 10110110 1101010 11001111 1100 110001 0 10011 100011101 110011 111101

Color Harmonies of #B66ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ACF

Black with #B66ACF

Text Example


Text Example

White with #B66ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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