Html Css Color HEX #BF66D6 Medium Orchid

📋 copy color: '#BF66D6'

red 191 ◦ green 102 ◦ blue 214

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

Shades of Medium Orchid #BF66D6

Tints of Medium Orchid #BF66D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 37.67%
G = 20.12%
B = 42.21%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF66D6 (or 0xBF66D6) is known color: Medium Orchid. HEX triplet: BF, 66 and D6. RGB value is (191,102,214). Sum of RGB (Red+Green+Blue) = 191+102+214=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66D6 is #409929. Grayscale: #8D8D8D. Windows color (decimal): -4233514 or 14051007. OLE color: 14051007.

HSL color Cylindrical-coordinate representation of color #BF66D6: hue angle of 287.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF66D6 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 102 214 -
CMYK 0.11 0.52 0 0.16
HSL 287.68º 0.58% 0.62% -
HSV(B) 287.68º 0.52% 0.84% -
XYZ 38.37 25.43 66.51 -
YUV 141.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 191 102 214 0.11 0.52 0 0.16 287.68 0.58 0.62
Hex BF 66 D6 B 34 0 10 120 3A 3E
Octal 277 146 326 13 64 0 20 440 72 76
Binary 10111111 1100110 11010110 1011 110100 0 10000 100100000 111010 111110

Color Harmonies of #BF66D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66D6

Black with #BF66D6

Text Example


Text Example

White with #BF66D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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