Html Css Color HEX #BF66D5 Medium Orchid

📋 copy color: '#BF66D5'

red 191 ◦ green 102 ◦ blue 213

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

Shades of Medium Orchid #BF66D5

Tints of Medium Orchid #BF66D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 37.75%
G = 20.16%
B = 42.09%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF66D5 (or 0xBF66D5) is known color: Medium Orchid. HEX triplet: BF, 66 and D5. RGB value is (191,102,213). Sum of RGB (Red+Green+Blue) = 191+102+213=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66D5 is #40992A. Grayscale: #8C8C8C. Windows color (decimal): -4233515 or 13985471. OLE color: 13985471.

HSL color Cylindrical-coordinate representation of color #BF66D5: hue angle of 288.11º degrees, saturation: 0.57, 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 #BF66D5 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 102 213 -
CMYK 0.10 0.52 0 0.16
HSL 288.11º 0.57% 0.62% -
HSV(B) 288.11º 0.52% 0.84% -
XYZ 38.25 25.38 65.83 -
YUV 141.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 191 102 213 0.10 0.52 0 0.16 288.11 0.57 0.62
Hex BF 66 D5 A 34 0 10 120 39 3E
Octal 277 146 325 12 64 0 20 440 71 76
Binary 10111111 1100110 11010101 1010 110100 0 10000 100100000 111001 111110

Color Harmonies of #BF66D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66D5

Black with #BF66D5

Text Example


Text Example

White with #BF66D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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