Html Css Color HEX #BF65EC Medium Orchid

📋 copy color: '#BF65EC'

red 191 ◦ green 101 ◦ blue 236

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

Shades of Medium Orchid #BF65EC

Tints of Medium Orchid #BF65EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 36.17%
G = 19.13%
B = 44.7%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF65EC (or 0xBF65EC) is known color: Medium Orchid. HEX triplet: BF, 65 and EC. RGB value is (191,101,236). Sum of RGB (Red+Green+Blue) = 191+101+236=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65EC is #409A13. Grayscale: #8E8E8E. Windows color (decimal): -4233748 or 15492543. OLE color: 15492543.

HSL color Cylindrical-coordinate representation of color #BF65EC: hue angle of 280º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF65EC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 101 236 -
CMYK 0.19 0.57 0 0.07
HSL 280º 0.78% 0.66% -
HSV(B) 280º 0.57% 0.93% -
XYZ 41.28 26.44 82.28 -
YUV 143.3 180.32 162.02 -
System Red Green Blue C M Y K H S L
Decimal 191 101 236 0.19 0.57 0 0.07 280 0.78 0.66
Hex BF 65 EC 13 39 0 7 118 4E 42
Octal 277 145 354 23 71 0 7 430 116 102
Binary 10111111 1100101 11101100 10011 111001 0 111 100011000 1001110 1000010

Color Harmonies of #BF65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65EC

Black with #BF65EC

Text Example


Text Example

White with #BF65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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