Html Css Color HEX #BF64CF Medium Orchid

📋 copy color: '#BF64CF'

red 191 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #BF64CF

Tints of Medium Orchid #BF64CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 38.35%
G = 20.08%
B = 41.57%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF64CF (or 0xBF64CF) is known color: Medium Orchid. HEX triplet: BF, 64 and CF. RGB value is (191,100,207). Sum of RGB (Red+Green+Blue) = 191+100+207=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64CF is #409B30. Grayscale: #8B8B8B. Windows color (decimal): -4234033 or 13591743. OLE color: 13591743.

HSL color Cylindrical-coordinate representation of color #BF64CF: hue angle of 291.03º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF64CF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 100 207 -
CMYK 0.08 0.52 0 0.19
HSL 291.03º 0.53% 0.6% -
HSV(B) 291.03º 0.52% 0.81% -
XYZ 37.31 24.7 61.83 -
YUV 139.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 191 100 207 0.08 0.52 0 0.19 291.03 0.53 0.6
Hex BF 64 CF 8 34 0 13 123 35 3C
Octal 277 144 317 10 64 0 23 443 65 74
Binary 10111111 1100100 11001111 1000 110100 0 10011 100100011 110101 111100

Color Harmonies of #BF64CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64CF

Black with #BF64CF

Text Example


Text Example

White with #BF64CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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