Html Css Color HEX #BF66DA Medium Orchid

📋 copy color: '#BF66DA'

red 191 ◦ green 102 ◦ blue 218

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

Shades of Medium Orchid #BF66DA

Tints of Medium Orchid #BF66DA

RGB

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

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

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

R = 37.38%
G = 19.96%
B = 42.66%

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

#BF66DA (or 0xBF66DA) is known color: Medium Orchid. HEX triplet: BF, 66 and DA. RGB value is (191,102,218). Sum of RGB (Red+Green+Blue) = 191+102+218=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 102 (40.23% from 255 or 19.96% 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 #BF66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66DA is #409925. Grayscale: #8D8D8D. Windows color (decimal): -4233510 or 14313151. OLE color: 14313151.

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

Color convert

RGB 191 102 218 -
CMYK 0.12 0.53 0 0.15
HSL 286.03º 0.61% 0.63% -
HSV(B) 286.03º 0.53% 0.85% -
XYZ 38.89 25.64 69.23 -
YUV 141.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 191 102 218 0.12 0.53 0 0.15 286.03 0.61 0.63
Hex BF 66 DA C 35 0 F 11E 3D 3F
Octal 277 146 332 14 65 0 17 436 75 77
Binary 10111111 1100110 11011010 1100 110101 0 1111 100011110 111101 111111

Color Harmonies of #BF66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66DA

Black with #BF66DA

Text Example


Text Example

White with #BF66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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