Html Css Color HEX #BF66D8 Medium Orchid

📋 copy color: '#BF66D8'

red 191 ◦ green 102 ◦ blue 216

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

Shades of Medium Orchid #BF66D8

Tints of Medium Orchid #BF66D8

RGB

 RED value IS 191 (75% from 255) = 37.52%

 GREEN value IS 102 (40.23% from 255) = 20.04%

 BLUE value IS 216 (84.77% from 255) = 42.44%

R = 37.52%
G = 20.04%
B = 42.44%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF66D8 (or 0xBF66D8) is known color: Medium Orchid. HEX triplet: BF, 66 and D8. RGB value is (191,102,216). Sum of RGB (Red+Green+Blue) = 191+102+216=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66D8 is #409927. Grayscale: #8D8D8D. Windows color (decimal): -4233512 or 14182079. OLE color: 14182079.

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

Color convert

RGB 191 102 216 -
CMYK 0.12 0.53 0 0.15
HSL 286.84º 0.59% 0.62% -
HSV(B) 286.84º 0.53% 0.85% -
XYZ 38.63 25.54 67.86 -
YUV 141.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 191 102 216 0.12 0.53 0 0.15 286.84 0.59 0.62
Hex BF 66 D8 C 35 0 F 11F 3B 3E
Octal 277 146 330 14 65 0 17 437 73 76
Binary 10111111 1100110 11011000 1100 110101 0 1111 100011111 111011 111110

Color Harmonies of #BF66D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66D8

Black with #BF66D8

Text Example


Text Example

White with #BF66D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66D8; }

 p { color: rgb(191,102,216); }

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

background-color css

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

 a { background-color: rgb(191,102,216); }

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

border-color css

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

 span { border-color: rgb(191,102,216); }

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