Html Css Color HEX #B66BDA Medium Orchid

📋 copy color: '#B66BDA'

red 182 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #B66BDA

Tints of Medium Orchid #B66BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

 BLUE value IS 218 (85.55% from 255) = 43%

R = 35.9%
G = 21.1%
B = 43%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B66BDA (or 0xB66BDA) is known color: Medium Orchid. HEX triplet: B6, 6B and DA. RGB value is (182,107,218). Sum of RGB (Red+Green+Blue) = 182+107+218=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B66BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BDA is #499425. Grayscale: #8D8D8D. Windows color (decimal): -4822054 or 14314422. OLE color: 14314422.

HSL color Cylindrical-coordinate representation of color #B66BDA: hue angle of 280.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B66BDA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 107 218 -
CMYK 0.17 0.51 0 0.15
HSL 280.54º 0.6% 0.64% -
HSV(B) 280.54º 0.51% 0.85% -
XYZ 37.2 25.52 69.3 -
YUV 142.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 182 107 218 0.17 0.51 0 0.15 280.54 0.6 0.64
Hex B6 6B DA 11 33 0 F 119 3C 40
Octal 266 153 332 21 63 0 17 431 74 100
Binary 10110110 1101011 11011010 10001 110011 0 1111 100011001 111100 1000000

Color Harmonies of #B66BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BDA

Black with #B66BDA

Text Example


Text Example

White with #B66BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BDA; }

 p { color: rgb(182,107,218); }

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

background-color css

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

 a { background-color: rgb(182,107,218); }

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

border-color css

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

 span { border-color: rgb(182,107,218); }

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