Html Css Color HEX #BF64CD Medium Orchid

📋 copy color: '#BF64CD'

red 191 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #BF64CD

Tints of Medium Orchid #BF64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.16%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 38.51%
G = 20.16%
B = 41.33%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF64CD (or 0xBF64CD) is known color: Medium Orchid. HEX triplet: BF, 64 and CD. RGB value is (191,100,205). Sum of RGB (Red+Green+Blue) = 191+100+205=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF64CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64CD is #409B32. Grayscale: #8A8A8A. Windows color (decimal): -4234035 or 13460671. OLE color: 13460671.

HSL color Cylindrical-coordinate representation of color #BF64CD: hue angle of 292º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF64CD is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 100 205 -
CMYK 0.07 0.51 0 0.20
HSL 292º 0.51% 0.6% -
HSV(B) 292º 0.51% 0.8% -
XYZ 37.06 24.6 60.55 -
YUV 139.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 191 100 205 0.07 0.51 0 0.20 292 0.51 0.6
Hex BF 64 CD 7 33 0 14 124 33 3C
Octal 277 144 315 7 63 0 24 444 63 74
Binary 10111111 1100100 11001101 111 110011 0 10100 100100100 110011 111100

Color Harmonies of #BF64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64CD

Black with #BF64CD

Text Example


Text Example

White with #BF64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64CD; }

 p { color: rgb(191,100,205); }

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

background-color css

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

 a { background-color: rgb(191,100,205); }

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

border-color css

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

 span { border-color: rgb(191,100,205); }

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