Html Css Color HEX #BF65CD Medium Orchid

📋 copy color: '#BF65CD'

red 191 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #BF65CD

Tints of Medium Orchid #BF65CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

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

R = 38.43%
G = 20.32%
B = 41.25%

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

#BF65CD (or 0xBF65CD) is known color: Medium Orchid. HEX triplet: BF, 65 and CD. RGB value is (191,101,205). Sum of RGB (Red+Green+Blue) = 191+101+205=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65CD is #409A32. Grayscale: #8B8B8B. Windows color (decimal): -4233779 or 13460927. OLE color: 13460927.

HSL color Cylindrical-coordinate representation of color #BF65CD: hue angle of 291.92º 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 #BF65CD is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 101 205 -
CMYK 0.07 0.51 0 0.20
HSL 291.92º 0.51% 0.6% -
HSV(B) 291.92º 0.51% 0.8% -
XYZ 37.16 24.79 60.58 -
YUV 139.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 191 101 205 0.07 0.51 0 0.20 291.92 0.51 0.6
Hex BF 65 CD 7 33 0 14 124 33 3C
Octal 277 145 315 7 63 0 24 444 63 74
Binary 10111111 1100101 11001101 111 110011 0 10100 100100100 110011 111100

Color Harmonies of #BF65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65CD

Black with #BF65CD

Text Example


Text Example

White with #BF65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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