Html Css Color HEX #BF65DD Medium Orchid

📋 copy color: '#BF65DD'

red 191 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #BF65DD

Tints of Medium Orchid #BF65DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 37.23%
G = 19.69%
B = 43.08%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF65DD (or 0xBF65DD) is known color: Medium Orchid. HEX triplet: BF, 65 and DD. RGB value is (191,101,221). Sum of RGB (Red+Green+Blue) = 191+101+221=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65DD is #409A22. Grayscale: #8D8D8D. Windows color (decimal): -4233763 or 14509503. OLE color: 14509503.

HSL color Cylindrical-coordinate representation of color #BF65DD: hue angle of 285º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF65DD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 101 221 -
CMYK 0.14 0.54 0 0.13
HSL 285º 0.64% 0.63% -
HSV(B) 285º 0.54% 0.87% -
XYZ 39.19 25.6 71.28 -
YUV 141.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 191 101 221 0.14 0.54 0 0.13 285 0.64 0.63
Hex BF 65 DD E 36 0 D 11D 40 3F
Octal 277 145 335 16 66 0 15 435 100 77
Binary 10111111 1100101 11011101 1110 110110 0 1101 100011101 1000000 111111

Color Harmonies of #BF65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65DD

Black with #BF65DD

Text Example


Text Example

White with #BF65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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