Html Css Color HEX #B66DF3 Medium Orchid

📋 copy color: '#B66DF3'

red 182 ◦ green 109 ◦ blue 243

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

Shades of Medium Orchid #B66DF3

Tints of Medium Orchid #B66DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

 BLUE value IS 243 (95.31% from 255) = 45.51%

R = 34.08%
G = 20.41%
B = 45.51%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B66DF3 (or 0xB66DF3) is known color: Medium Orchid. HEX triplet: B6, 6D and F3. RGB value is (182,109,243). Sum of RGB (Red+Green+Blue) = 182+109+243=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #B66DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66DF3 is #49920C. Grayscale: #919191. Windows color (decimal): -4821517 or 15953334. OLE color: 15953334.

HSL color Cylindrical-coordinate representation of color #B66DF3: hue angle of 272.69º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B66DF3 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 109 243 -
CMYK 0.25 0.55 0 0.05
HSL 272.69º 0.85% 0.69% -
HSV(B) 272.69º 0.55% 0.95% -
XYZ 40.94 27.35 87.92 -
YUV 146.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 182 109 243 0.25 0.55 0 0.05 272.69 0.85 0.69
Hex B6 6D F3 19 37 0 5 111 55 45
Octal 266 155 363 31 67 0 5 421 125 105
Binary 10110110 1101101 11110011 11001 110111 0 101 100010001 1010101 1000101

Color Harmonies of #B66DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66DF3

Black with #B66DF3

Text Example


Text Example

White with #B66DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66DF3; }

 p { color: rgb(182,109,243); }

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

background-color css

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

 a { background-color: rgb(182,109,243); }

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

border-color css

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

 span { border-color: rgb(182,109,243); }

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