Html Css Color HEX #BF65DA Medium Orchid

📋 copy color: '#BF65DA'

red 191 ◦ green 101 ◦ blue 218

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

Shades of Medium Orchid #BF65DA

Tints of Medium Orchid #BF65DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 37.45%
G = 19.8%
B = 42.75%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF65DA (or 0xBF65DA) is known color: Medium Orchid. HEX triplet: BF, 65 and DA. RGB value is (191,101,218). Sum of RGB (Red+Green+Blue) = 191+101+218=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65DA is #409A25. Grayscale: #8C8C8C. Windows color (decimal): -4233766 or 14312895. OLE color: 14312895.

HSL color Cylindrical-coordinate representation of color #BF65DA: hue angle of 286.15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF65DA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 101 218 -
CMYK 0.12 0.54 0 0.15
HSL 286.15º 0.61% 0.63% -
HSV(B) 286.15º 0.54% 0.85% -
XYZ 38.79 25.45 69.2 -
YUV 141.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 191 101 218 0.12 0.54 0 0.15 286.15 0.61 0.63
Hex BF 65 DA C 36 0 F 11E 3D 3F
Octal 277 145 332 14 66 0 17 436 75 77
Binary 10111111 1100101 11011010 1100 110110 0 1111 100011110 111101 111111

Color Harmonies of #BF65DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65DA

Black with #BF65DA

Text Example


Text Example

White with #BF65DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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