Html Css Color HEX #B66FDA Medium Orchid

📋 copy color: '#B66FDA'

red 182 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #B66FDA

Tints of Medium Orchid #B66FDA

RGB

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

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

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

R = 35.62%
G = 21.72%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B66FDA (or 0xB66FDA) is known color: Medium Orchid. HEX triplet: B6, 6F and DA. RGB value is (182,111,218). Sum of RGB (Red+Green+Blue) = 182+111+218=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B66FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FDA is #499025. Grayscale: #909090. Windows color (decimal): -4821030 or 14315446. OLE color: 14315446.

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

Color convert

RGB 182 111 218 -
CMYK 0.17 0.49 0 0.15
HSL 279.81º 0.59% 0.65% -
HSV(B) 279.81º 0.49% 0.85% -
XYZ 37.63 26.38 69.44 -
YUV 144.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 182 111 218 0.17 0.49 0 0.15 279.81 0.59 0.65
Hex B6 6F DA 11 31 0 F 118 3B 41
Octal 266 157 332 21 61 0 17 430 73 101
Binary 10110110 1101111 11011010 10001 110001 0 1111 100011000 111011 1000001

Color Harmonies of #B66FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FDA

Black with #B66FDA

Text Example


Text Example

White with #B66FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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